action art19_get_episodes_id_previous_sibling { label: "Get the episode released right before the specified one" provider: art19 method: GET path: "/episodes/{id}/previous_sibling" encoding: json input: { type: "object" properties: { id: { type: "string" format: "uuid" } rss: { type: "boolean" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }