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