action citycontext_by_point { label: "Query by coordinates (SRID 4326 - decimal degrees)" provider: citycontext method: GET path: "/@{lat},{lon}" encoding: json input: { type: "object" properties: { lat: { type: "string" } lon: { type: "string" } park_search_radius: { type: "string" } school_search_radius: { type: "string" } } required: ["lat", "lon"] additionalProperties: false } output: { type: "object" additionalProperties: true } }