Loading schema-examples/Entity-example.json 0 → 100644 +20 −0 Original line number Diff line number Diff line { "id": "urn:ngsi-ld:Vehicle:V123", "type": "Vehicle", "speed": { "type": "Property", "value": 23, "accuracy": { "type": "Property", "value": 22 }, "providedBy": { "type": "Relationship", "object": "urn:ngsi-ld:Person:Bob" } }, "closeTo": { "type": "Relationship", "object": "urn:ngsi-ld:Building:B1234" } } schema-examples/README.md 0 → 100644 +3 −0 Original line number Diff line number Diff line # NGSI-LD Examples for Schemas These examples are intended to validate the JSON Schemas Loading
schema-examples/Entity-example.json 0 → 100644 +20 −0 Original line number Diff line number Diff line { "id": "urn:ngsi-ld:Vehicle:V123", "type": "Vehicle", "speed": { "type": "Property", "value": 23, "accuracy": { "type": "Property", "value": 22 }, "providedBy": { "type": "Relationship", "object": "urn:ngsi-ld:Person:Bob" } }, "closeTo": { "type": "Relationship", "object": "urn:ngsi-ld:Building:B1234" } }
schema-examples/README.md 0 → 100644 +3 −0 Original line number Diff line number Diff line # NGSI-LD Examples for Schemas These examples are intended to validate the JSON Schemas