action hillbillysoftware_music_artist_extended_get { label: "Provides extended information, which includes all known albums and music videos of artist / band" provider: hillbillysoftware method: GET path: "/Music/Artist/Extended/{AccessToken}/{Name}" encoding: json input: { type: "object" properties: { AccessToken: { type: "string" } Name: { type: "string" } } required: ["AccessToken", "Name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }