action miataru_get_location_geo_json { label: "getLocationGeoJSON" description: "Retrieves a devices Location in GeoJSON format." provider: miataru method: GET path: "/GetLocationGeoJSON/{deviceID}" encoding: json input: { type: "object" properties: { deviceID: { type: "string" } } required: ["deviceID"] additionalProperties: false } output: { type: "object" additionalProperties: true } }