jazzband / jazzband/jsonmodels

Add basic support for linked data.

Open
#53 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
343
Forks
50
PR merge metrics
No merged PRs in 30d

Description

Basic support means allow to generate names with `@` sign, by passing `ld` or `linked_data` argument into field declaration, like:

``` python
url = fields.CharField(linked_data=True)
```

or

``` python
url = fields.CharField(ld=True)
```

Field should be considered as linked either if `ld` or `linked_data` is `True`.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.