Closed jmcanterafonseca closed 5 years ago
We need that https://schema.lab.fiware.org/ld/context returns
https://schema.lab.fiware.org/ld/context
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)
https://schema.lab.fiware.org/ld/fiware-datamodels-context.jsonld
application/ld+json
Done. Please, check the result.
@caa06d9c works perfectly, thanks!
We need that
https://schema.lab.fiware.org/ld/context
returnsand
https://schema.lab.fiware.org/ld/fiware-datamodels-context.jsonld
should return what is currently returned byhttps://schema.lab.fiware.org/ld/context
(application/ld+json
)