Skip to content
Snippets Groups Projects
Commit f36b85b8 authored by Martin Bauer's avatar Martin Bauer
Browse files

Fixed typos identified during SDS68.

parent 0e0ab4bf
No related branches found
No related tags found
1 merge request!9SDS-2025-0014R01 Mapping Approach for Integrating NGSI-LD into oneM2M Architecture
Pipeline #1812 passed
......@@ -839,7 +839,7 @@ NGSI-LD foresees distributed operations based on registrations as shown in Figur
**Figure 7.2.3-3: NGSI-LD between CSEs**
Figure 7.2.3-4 shows the NGSI-LD REST/HTTP binding. NGIS-LD resources are either static, i.e. exist from the start as defined in the NGSI-LD specification, or are implicitly defined by the information. For example, an NGSI-LD Entity is created and as a result one or more resources exist, so information is created/updated/deleted/queried etc., not resources as such, and there can be multiple ways to create the same information – e.g. as individual entity or via batch operations.
Figure 7.2.3-4 shows the NGSI-LD REST/HTTP binding. NGSI-LD resources are either static, i.e. exist from the start as defined in the NGSI-LD specification, or are implicitly defined by the information. For example, an NGSI-LD Entity is created and as a result one or more resources exist, so information is created/updated/deleted/queried etc., not resources as such, and there can be multiple ways to create the same information – e.g. as individual entity or via batch operations.
![NGSI-LD REST/HTTP Binding](media/Statically_and_implicitly_deined_NGSI-LD_resources.png)
......@@ -852,10 +852,12 @@ The following base path / resource is defined in the NGSI-LD Specification <a hr
<path>/ngsi-ld/v1/entities
```
Here `<path>` is used as a placeholder. In oneM2M the respective binding and addressing needs to be taken into account that enables targetting the ngsi-ld resource. This is going to be discussed separately, and the remainder of the path is used to target the relevant subresource.
By adding the mapping as shown in Figure 7.2.3-5, the following resources would implicitly become available:
```
<path>/ngsi-ld/v1/entities/urn:Room123
<path>/ngsi-ld/v1/entities/urn:Room123/attrs/indoorTermperature
<path>/ngsi-ld/v1/entities/urn:Room123/attrs/indoorTemperature
```
![Implicit resource creation by adding mapping](media/Implicit_resource_creation_by_adding_mapping.png)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment