action hillbillysoftware_actor_in_shows_get { label: "Returns all shows queried actor/actress is or has been in" provider: hillbillysoftware method: GET path: "/Cast/ActorBySearch/{AccessToken}/{Actor}" encoding: json input: { type: "object" properties: { AccessToken: { type: "string" } Actor: { type: "string" } } required: ["AccessToken", "Actor"] additionalProperties: false } output: { type: "object" additionalProperties: true } }