Commit fbc43f39 authored by Houcem Kacem's avatar Houcem Kacem
Browse files

fix: expand Vehicule type with the ngsild test suite context

parent 435caaa1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,9 +11,9 @@
      ]
   },
   {
      "id":"https://uri.etsi.org/ngsi-ld/default-context/Vehicle",
      "id":"https://ngsi-ld-test-suite/context#Vehicle",
      "type":"EntityType",
      "typeName":"Vehicle",
      "typeName":"https://ngsi-ld-test-suite/context#Vehicle",
      "attributeNames":[
         "https://ngsi-ld-test-suite/context#brandName",
         "isParked"
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
      ]
   },
   {
      "id":"https://uri.etsi.org/ngsi-ld/default-context/Vehicle",
      "id":"https://ngsi-ld-test-suite/context#Vehicle",
      "type":"EntityType",
      "typeName":"Vehicle",
      "attributeNames":[
+1 −1
Original line number Diff line number Diff line
@@ -3,6 +3,6 @@
    "type": "EntityTypeList",
    "typeList": [
        "https://ngsi-ld-test-suite/context#Building",
        "Vehicle"
        "https://ngsi-ld-test-suite/context#Vehicle"
    ]
}
 No newline at end of file