action lotadata_get_events { label: "Find event occurrences in the area. Returns results at specific place and time, event groups are expanded for every occurrence." provider: lotadata method: GET path: "/events" encoding: json input: { type: "object" properties: { activity: { type: "string" } ambience: { type: "string" } bbox: { type: "string" } capacity_max: { type: "string" } capacity_min: { type: "string" } category: { type: "string" } center: { type: "string" } fieldset: { type: "string" } from_day: { type: "string" } genre: { type: "string" } limit: { type: "string" } name: { type: "string" } offset: { type: "string" } polygon: { type: "string" } q: { type: "string" } radius: { type: "string" } to_day: { type: "string" } within: { type: "string" } } required: ["fieldset"] additionalProperties: false } output: { type: "object" additionalProperties: true } }