action uebermaps_get_spots_search { label: "Search spots" description: "Search spots" provider: uebermaps method: GET path: "/spots/search" encoding: json input: { type: "object" properties: { d: { type: "string" } lat: { type: "string" } lon: { type: "string" } q: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }