[
    {
        "@context": "http://context.json-ld",
        "commandAttr_info": {
            "type": "Property",
            "value": {
                "@type": "commandResult",
                "@value": " "
            }
        },
        "commandAttr_status": {
            "type": "Property",
            "value": {
                "@type": "commandStatus",
                "@value": "UNKNOWN"
            }
        },
        "hardcodedAttr": {
            "type": "Property",
            "value": {
                "@type": "hardcodedType",
                "@value": "hardcodedValue"
            }
        },
        "id": "urn:ngsi-ld:TheLightType:TheFirstLight",
        "type": "TheLightType"
    }
]
