diff --git a/swagger.json b/swagger.json index 17b388c..0b12ac5 100644 --- a/swagger.json +++ b/swagger.json @@ -198,7 +198,7 @@ "description": "Geometry type: Point" }, "coordinates": { - "description": "Geometry coordinates (latitude; longitude)", + "description": "Geometry coordinates (longitude; latitude)", "type": "array", "items": { "type": "number", @@ -226,11 +226,27 @@ "type": "string", "description": "Event UUID" }, + "label": { + "type": "string", + "description": "Event label" + }, "lastupdate": { "type": "string", "format": "date", "description": "Event last modification timestamp" }, + "lat": { + "type": "number", + "description": "Event location latitude" + }, + "lon": { + "type": "number", + "description": "Event location longitude" + }, + "source": { + "type": "string", + "description": "Event source" + }, "start": { "type": "string", "format": "date", @@ -278,6 +294,6 @@ "enum": ["Point"] } } - }, + } } }