action hillbillysoftware_music_lyrics_get { label: "Get lyrics for band or artist (record set limited to 25)" provider: hillbillysoftware method: GET path: "/Music/Lyrics/ByName/{AccessToken}/{Name}" encoding: json input: { type: "object" properties: { AccessToken: { type: "string" } Name: { type: "string" } } required: ["AccessToken", "Name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }