action wowza_show_schedule { label: "Fetch a schedule" description: "This operation shows the details of a specific schedule." provider: wowza method: GET path: "/schedules/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }