action uebermaps_get_events { label: "List your own events" description: "List your own events." provider: uebermaps method: GET path: "/events" encoding: json input: { type: "object" properties: { bounds: { type: "string" } timeframe_end: { type: "string" } timeframe_start: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }