action hillbillysoftware_image_search_get { label: "Get images available for movie/tv show with passed query" provider: hillbillysoftware method: GET path: "/Images/Search/{Accesstoken}/{Query}" encoding: json input: { type: "object" properties: { Accesstoken: { type: "string" } Query: { type: "string" } Strictmatch: { type: "string" } } required: ["Accesstoken", "Query"] additionalProperties: false } output: { type: "object" additionalProperties: true } }