[
    {
        "@context": "http://context.json-ld",
        "id": "urn:ngsi-ld:MicroLights:FirstMicroLight",
        "location": {
            "type": "GeoProperty",
            "value": {
                "coordinates": [
                    0,
                    0
                ],
                "type": "Point"
            }
        },
        "type": "MicroLights"
    }
]
