action wowza_list_schedules { label: "Fetch all schedules" description: "This operation shows the details of all of your schedules." provider: wowza method: GET path: "/schedules" encoding: json output: { type: "object" additionalProperties: true } }