Skip to content

Commit cfdd012

Browse files
committed
Update NGSI-LD 1.8.1
1 parent 0e06c0f commit cfdd012

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.ja.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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/>
22

33
[![FIWARE Core Context Management](https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/core.svg)](https://github.com/FIWARE/catalogue/blob/master/core/README.md)
44
[![License: MIT](https://img.shields.io/github/license/fiware/tutorials.Concise-Format.svg)](https://opensource.org/licenses/MIT)
@@ -496,7 +496,7 @@ NGSI-LD を使用してアレイを追加する場合は注意が必要です。
496496
属性のいずれかがコンテキストにすでに存在する場合、リクエストは失敗します。レスポンスは、成功したアクションと失敗の理由
497497
(発生した場合) を強調表示します。
498498

499-
```jsonld
499+
```json
500500
{
501501
"@context": "http://context/ngsi-context.jsonld",
502502
"success": [
@@ -590,7 +590,7 @@ TemperatureSensor `urn:ngsi-ld:TemperatureSensor:001` は _concise_ NGSI-LD と
590590
`Accept:application/json` が設定されている場合、コンテンツ・ネゴシエーションのために移動される可能性があります)。
591591
完全なレスポンスを以下に示します:
592592

593-
```jsonld
593+
```json
594594
{
595595
"@context": "http://context/ngsi-context.jsonld",
596596
"id": "urn:ngsi-ld:TemperatureSensor:001",
@@ -644,7 +644,7 @@ curl -G -iX GET 'http://localhost:1026/ngsi-ld/v1/entities/urn:ngsi-ld:Temperatu
644644

645645
センサ `urn:ngsi-ld:TemperatureSensor:001` は25°Cで読み取ります。レスポンスを以下に示します:
646646

647-
```jsonld
647+
```json
648648
{
649649
"@context": "http://context/ngsi-context.jsonld",
650650
"id": "urn:ngsi-ld:TemperatureSensor:001",
@@ -760,7 +760,7 @@ curl -G -iX GET 'http://localhost:1026/ngsi-ld/v1/entities/' \
760760
起動時にコンテキストが空でしたが、作成操作によって4つの **TemperatureSensor** エンティティが追加されたため、完全な
761761
コンテキストに4つのセンサが含まれるようになります。
762762

763-
```jsonld
763+
```json
764764
[
765765
{
766766
"@context": "http://context/ngsi-context.jsonld",

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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/>
22

33
[![FIWARE Core Context Management](https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/core.svg)](https://github.com/FIWARE/catalogue/blob/master/core/README.md)
44
[![License: MIT](https://img.shields.io/github/license/fiware/tutorials.Concise-Format.svg)](https://opensource.org/licenses/MIT)
@@ -471,7 +471,7 @@ not maintained.
471471
The request will fail if any of the attributes already exist in the context. The response highlights which actions have
472472
been successful and the reason for failure (if any has occurred).
473473

474-
```jsonld
474+
```json
475475
{
476476
"@context": "http://context/ngsi-context.jsonld",
477477
"success": [
@@ -557,7 +557,7 @@ TemperatureSensor `urn:ngsi-ld:TemperatureSensor:001` is returned as _concise_ N
557557
because `options=sysAttrs`. By default the `@context` is returned in the payload body (although this could be moved due
558558
to content negotiation if the `Accept:application/json` had been set). The full response is shown below:
559559

560-
```jsonld
560+
```json
561561
{
562562
"@context": "http://context/ngsi-context.jsonld",
563563
"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
609609

610610
The sensor `urn:ngsi-ld:TemperatureSensor:001` is reading at 25°C. The response is shown below:
611611

612-
```jsonld
612+
```json
613613
{
614614
"@context": "http://context/ngsi-context.jsonld",
615615
"id": "urn:ngsi-ld:TemperatureSensor:001",
@@ -719,7 +719,7 @@ curl -G -iX GET 'http://localhost:1026/ngsi-ld/v1/entities/' \
719719
On start-up the context was empty, four **TemperatureSensor** entities have been added by create operations so the full
720720
context will now contain four sensors.
721721

722-
```jsonld
722+
```json
723723
[
724724
{
725725
"@context": "http://context/ngsi-context.jsonld",

0 commit comments

Comments
 (0)