pyvandenbussche / lov

Linked Open Vocabularies (LOV) - FrontEnd
http://lov.okfn.org/dataset/lov/
60 stars 12 forks source link

adhere to the JSON API spec if at all possible #71

Open igravious opened 6 years ago

igravious commented 6 years ago

http://jsonapi.org/format/

It will make life easier.

akuckartz commented 6 years ago

:-1:

One reason (of many) is that this document requires:

"Clients MUST send all JSON API data in request documents with the header Content-Type: application/vnd.api+json without any media type parameters.application/vnd.api+json"

Please use the JSON-LD standard instead of that vendor media type.

igravious commented 6 years ago

Could you elaborate @akuckartz ?