Commit b418b2e3 authored by Benoit Orihuela's avatar Benoit Orihuela
Browse files

fix: add an @context in the JSON-LD entity payload used to test append of attributes

parent 11a3de64
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -11,5 +11,8 @@
    "attribute_to_be_added": {
        "type": "Property",
        "value": 23
    }
    }, 
    "@context": [
        "https://raw.githubusercontent.com/easy-global-market/ngsild-api-data-models/feature/add-json-ld-context-for-ngsi-ld-test-suite/ngsi-ld-test-suite/ngsi-ld-test-suite-context.jsonld"
    ]
}
 No newline at end of file