action uebermaps_get_spots_id_events { label: "List events for a given spot" description: "List maps for a given spot." provider: uebermaps method: GET path: "/spots/{id}/events" encoding: json input: { type: "object" properties: { bounds: { type: "string" } id: { type: "string" } timeframe_end: { type: "string" } timeframe_start: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }