action greenpeace_get_events_uuid { label: "get_events_UUID" description: "Get one `Event` object by specifying its UUID in the url path." provider: greenpeace method: GET path: "/events/{UUID}" encoding: json input: { type: "object" properties: { UUID: { type: "string" } } required: ["UUID"] additionalProperties: false } output: { type: "object" additionalProperties: true } }