action uebermaps_get_spots { label: "List your own spots" description: "List your own spots." provider: uebermaps method: GET path: "/spots" encoding: json input: { type: "object" properties: { order: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }