action hillbillysoftware_music_lyrics_by_song_get { label: "Get lyrics on song title" provider: hillbillysoftware method: GET path: "/Music/Lyrics/BySong/{AccessToken}/{Song}" encoding: json input: { type: "object" properties: { AccessToken: { type: "string" } Song: { type: "string" } } required: ["AccessToken", "Song"] additionalProperties: false } output: { type: "object" additionalProperties: true } }