action hillbillysoftware_music_cover_art_by_name_get { label: "Retrieves artist / band Banner and logo based on artist or bandname" provider: hillbillysoftware method: GET path: "/Music/Artist/Art/Name/{AccessToken}/{Name}" encoding: json input: { type: "object" properties: { AccessToken: { type: "string" } Name: { type: "string" } } required: ["AccessToken", "Name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }