This repository contains the OpenAPI Specification (OAS) for the NGSI-LD API specified by the cross-cutting Context Information Management (CIM) ETSI Industry Specification Group (ISG).
> **IMPORTANT NOTE:**
>
> This is a fork of the original OpenAPI Specification for the NGSI-LD API, which is available on the ETSI Forge [here](https://forge.etsi.org/rep/cim/NGSI-LD).
## Online Documentation
### Specification Document
@@ -14,9 +10,9 @@ This repository contains the OpenAPI Specification (OAS) for the NGSI-LD API spe
@@ -29,6 +25,7 @@ The NGSI-LD API specification has been developed using VS Code supported by the
The repository includes the following resources that may be useful when using the NGSI-LD API:
-[Core JSON-LD @context](./coreContext/): This folder contains JSON-LD core @context defined by the NGSI-LD API. For convencience, the folder includes @context files for different versions of the API.
-[NGSI-LD payload examples](./examples/): Includes examples of NGSI-LD payloads for multiple types of NGSI-LD operations. These examples can also be found in the Annex sections of the ETSI ISG CIM 009 document.
-[OpenAPI schemas compliant with NGSI-LD OAS](./examples/customSchemas/): Includes examples to show how to define custom OpenAPI schemas that are compatible with the NGSI-LD OAS. It allows developers to define specific-purpose applications where they model their own OpenAPI schemas, so they are compatible with the NGSI-LD meta-model defined within the NGSI-LD OAS.