action hillbillysoftware_actor_get { label: "Returns data on queried actor/actress. Result set limited to 5 records" provider: hillbillysoftware method: GET path: "/Actors/Search/{accesstoken}/{Query}" encoding: json input: { type: "object" properties: { Query: { type: "string" } accesstoken: { type: "string" } } required: ["Query", "accesstoken"] additionalProperties: false } output: { type: "object" additionalProperties: true } }