action hillbillysoftware_music_albums_get { label: "Get albums from passed ArtistID" provider: hillbillysoftware method: GET path: "/Music/Albums/{AccessToken}/{ArtistID}" encoding: json input: { type: "object" properties: { AccessToken: { type: "string" } ArtistID: { type: "string" } } required: ["AccessToken", "ArtistID"] additionalProperties: false } output: { type: "object" additionalProperties: true } }