FIWARE / data-models

:capital_abcd: Code and specifications to support harmonized data models
https://schema.fiware.org
MIT License
86 stars 107 forks source link

https://schema.lab.fiware.org/ld/context to wrap the Core `@context` #490

Closed jmcanterafonseca closed 5 years ago

jmcanterafonseca commented 5 years ago

We need that https://schema.lab.fiware.org/ld/context returns

Content-Type: application/ld+json
{
   "@context": [
     "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld",
     "https://schema.lab.fiware.org/ld/fiware-datamodels-context.jsonld"
   ]
}

and https://schema.lab.fiware.org/ld/fiware-datamodels-context.jsonld should return what is currently returned by https://schema.lab.fiware.org/ld/context (application/ld+json)

caa06d9c commented 5 years ago

Done. Please, check the result.

jmcanterafonseca commented 5 years ago

@caa06d9c works perfectly, thanks!