Loading data/csourceRegistrations/expectations/context-source-registration-expanded-format.json +67 −13 Original line number Original line Diff line number Diff line { { "id": "urn:ngsi-ld:ContextSourceRegistration:randomUUID", "id": "urn:ngsi-ld:ContextSourceRegistration:randomUUID", "type": "ContextSourceRegistration", "type": "ContextSourceRegistration", "endpoint": "http://my.csource.org:1026", "information": [ "information": [ { { "entities": [ "entities": [ { { "type":"https://ngsi-ld-test-suite/context#Building" "id": "urn:ngsi-ld:Vehicle:A456", "type": "https://ngsi-ld-test-suite/context#Vehicle" } } ], "propertyNames": [ "https://ngsi-ld-test-suite/context#brandName", "https://ngsi-ld-test-suite/context#speed" ], "relationshipNames": [ "isParked" ] }, { "entities": [ { "type": "https://ngsi-ld-test-suite/context#OffStreetParking", "idPattern": ".*downtown$" }, { "type": "https://ngsi-ld-test-suite/context#OffStreetParking", "idPattern": ".*47$" } ], "propertyNames": [ "availableSpotNumber", "totalSpotNumber" ], "relationshipNames": [ "isNextToBuilding" ] ] } } ], ], "endpoint":"http://my.csource.org:1026" "location": { "type": "Polygon", "coordinates": [ [ [ 100.0, 0.0 ], [ 101.0, 0.0 ], [ 101.0, 1.0 ], [ 100.0, 1.0 ], [ 100.0, 0.0 ] ] ] } } } Loading
data/csourceRegistrations/expectations/context-source-registration-expanded-format.json +67 −13 Original line number Original line Diff line number Diff line { { "id": "urn:ngsi-ld:ContextSourceRegistration:randomUUID", "id": "urn:ngsi-ld:ContextSourceRegistration:randomUUID", "type": "ContextSourceRegistration", "type": "ContextSourceRegistration", "endpoint": "http://my.csource.org:1026", "information": [ "information": [ { { "entities": [ "entities": [ { { "type":"https://ngsi-ld-test-suite/context#Building" "id": "urn:ngsi-ld:Vehicle:A456", "type": "https://ngsi-ld-test-suite/context#Vehicle" } } ], "propertyNames": [ "https://ngsi-ld-test-suite/context#brandName", "https://ngsi-ld-test-suite/context#speed" ], "relationshipNames": [ "isParked" ] }, { "entities": [ { "type": "https://ngsi-ld-test-suite/context#OffStreetParking", "idPattern": ".*downtown$" }, { "type": "https://ngsi-ld-test-suite/context#OffStreetParking", "idPattern": ".*47$" } ], "propertyNames": [ "availableSpotNumber", "totalSpotNumber" ], "relationshipNames": [ "isNextToBuilding" ] ] } } ], ], "endpoint":"http://my.csource.org:1026" "location": { "type": "Polygon", "coordinates": [ [ [ 100.0, 0.0 ], [ 101.0, 0.0 ], [ 101.0, 1.0 ], [ 100.0, 1.0 ], [ 100.0, 0.0 ] ] ] } } }