|
1 | | -# Concise NGSI-LD[<img src="https://img.shields.io/badge/NGSI-LD-d6604d.svg" width="90" align="left" />](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.07.01_60/gs_cim009v010701p.pdf)[<img src="https://fiware.github.io/tutorials.Concise-Format/img/fiware.png" align="left" width="162">](https://www.fiware.org/)<br/> |
| 1 | +# Concise NGSI-LD[<img src="https://img.shields.io/badge/NGSI-LD-d6604d.svg" width="90" align="left" />](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf)[<img src="https://fiware.github.io/tutorials.Concise-Format/img/fiware.png" align="left" width="162">](https://www.fiware.org/)<br/> |
2 | 2 |
|
3 | 3 | [](https://github.com/FIWARE/catalogue/blob/master/core/README.md) |
4 | 4 | [](https://opensource.org/licenses/MIT) |
@@ -471,7 +471,7 @@ not maintained. |
471 | 471 | The request will fail if any of the attributes already exist in the context. The response highlights which actions have |
472 | 472 | been successful and the reason for failure (if any has occurred). |
473 | 473 |
|
474 | | -```jsonld |
| 474 | +```json |
475 | 475 | { |
476 | 476 | "@context": "http://context/ngsi-context.jsonld", |
477 | 477 | "success": [ |
@@ -557,7 +557,7 @@ TemperatureSensor `urn:ngsi-ld:TemperatureSensor:001` is returned as _concise_ N |
557 | 557 | because `options=sysAttrs`. By default the `@context` is returned in the payload body (although this could be moved due |
558 | 558 | to content negotiation if the `Accept:application/json` had been set). The full response is shown below: |
559 | 559 |
|
560 | | -```jsonld |
| 560 | +```json |
561 | 561 | { |
562 | 562 | "@context": "http://context/ngsi-context.jsonld", |
563 | 563 | "id": "urn:ngsi-ld:TemperatureSensor:001", |
@@ -609,7 +609,7 @@ curl -G -iX GET 'http://localhost:1026/ngsi-ld/v1/entities/urn:ngsi-ld:Temperatu |
609 | 609 |
|
610 | 610 | The sensor `urn:ngsi-ld:TemperatureSensor:001` is reading at 25°C. The response is shown below: |
611 | 611 |
|
612 | | -```jsonld |
| 612 | +```json |
613 | 613 | { |
614 | 614 | "@context": "http://context/ngsi-context.jsonld", |
615 | 615 | "id": "urn:ngsi-ld:TemperatureSensor:001", |
@@ -719,7 +719,7 @@ curl -G -iX GET 'http://localhost:1026/ngsi-ld/v1/entities/' \ |
719 | 719 | On start-up the context was empty, four **TemperatureSensor** entities have been added by create operations so the full |
720 | 720 | context will now contain four sensors. |
721 | 721 |
|
722 | | -```jsonld |
| 722 | +```json |
723 | 723 | [ |
724 | 724 | { |
725 | 725 | "@context": "http://context/ngsi-context.jsonld", |
|
0 commit comments