action hillbillysoftware_movie_search_get_async { label: "Searches for movies, result set limited to 5 records" provider: hillbillysoftware method: GET path: "/Movie/Search/{AccessToken}/{Query}" encoding: json input: { type: "object" properties: { AccessToken: { type: "string" } Query: { type: "string" } } required: ["AccessToken", "Query"] additionalProperties: false } output: { type: "object" additionalProperties: true } }