action hillbillysoftware_actors_in_tvshow_get { label: "Returns all actors in queried tvshow" provider: hillbillysoftware method: GET path: "/Cast/ByTVShow/{accesstoken}/{ShowName}" encoding: json input: { type: "object" properties: { ShowName: { type: "string" } accesstoken: { type: "string" } } required: ["ShowName", "accesstoken"] additionalProperties: false } output: { type: "object" additionalProperties: true } }