action uebermaps_get_maps_search { label: "Search maps" description: "Search maps" provider: uebermaps method: GET path: "/maps/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 } }