json-ld / json-ld.org

JSON for Linked Data's documentation and playground site
https://json-ld.org/
Other
856 stars 152 forks source link

Update playground content negotiation for schema.org. #729

Closed davidlehn closed 4 years ago

davidlehn commented 4 years ago

The playground, jsonld.js, and/or the document loader it uses needs to be updated to handle how sites such as schema.org handle content negotiation for contexts.

See: https://github.com/schemaorg/schemaorg/issues/2578

gkellogg commented 4 years ago

See https://github.com/schemaorg/schemaorg/issues/2578#issuecomment-632808985. This might not be an issue, after all.

davidlehn commented 4 years ago

schema.org using Link headers now. jsonld.js XHR code had a bug. Fixed via https://github.com/digitalbazaar/jsonld.js/pull/397.