Commit 891be17c authored by poujol's avatar poujol
Browse files

fix: put attribute name in expanded form

parent 950c097b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
   {
      "id":"https://ngsi-ld-test-suite/context#name",
      "type":"Attribute",
      "attributeName":"name",
      "attributeName":"https://ngsi-ld-test-suite/context#name",
      "typeNames":[
         "https://ngsi-ld-test-suite/context#Building"
      ]
+3 −3
Original line number Diff line number Diff line
@@ -2,9 +2,9 @@
    "id": "urn:ngsi-ld:AttributeList:randomUUID",
    "type": "AttributeList",
    "attributeList": [
        "name",
        "https://ngsi-ld-test-suite/context#subCategory",
        "https://ngsi-ld-test-suite/context#airQualityLevel",
        "https://ngsi-ld-test-suite/context#almostFull"
        "https://ngsi-ld-test-suite/context#almostFull",
        "https://ngsi-ld-test-suite/context#name",
        "https://ngsi-ld-test-suite/context#subCategory"
    ]
}
 No newline at end of file