action uebermaps_get_events_id { label: "Get event" description: "Get basic information about an event" provider: uebermaps method: GET path: "/events/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }