imls-dmt / imls-dmt/imls-dmt-api
Implement basic JSON LD in the API
Open
requires review
- Dominant language
- Python
- Stars
- 1
- Forks
- 1
- Avg merge
- 30m
- Merged PRs (30d)
- 4
Description
Build API that will output basic JSON LD for each LR.
Example:
{
"@context": "http://schema.org/",
"@type": "CreativeWork",
"name": "Designing a treasure map"
"identifier":
}
This will be the starting point for further dev.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the API entry point and the representation of an LR, then inspect how resource responses are currently serialized. Implement the basic JSON-LD response described in the issue, including the schema.org context, CreativeWork type, name, and UUID identifier, and verify the API output for an LR.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100