[
    {
        "@context": "http://context.json-ld",
        "id": "urn:ngsi-ld:Light:light1",
        "tags": {
            "type": "Property",
            "value": {
                "@type": "Array",
                "@value": [
                    "iot",
                    "device"
                ]
            }
        },
        "type": "Light"
    }
]
