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