Commit 428ac458 authored by Benoit Orihuela's avatar Benoit Orihuela
Browse files

fix: invalid fragment when doing a partial attribute update

parent a6328d8f
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
{
    "brandName": {
    "type": "Property",
    "value": "BMW"
}
 No newline at end of file
}
 No newline at end of file
+2 −4
Original line number Diff line number Diff line
{
    "brandName": {
    "type": "Property",
        "value": "BMW"
    },
    "value": "BMW",
    "@context": "https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld"
}
 No newline at end of file