File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
spotify-web-api-open-api/src/main/resources/patches Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -6175,7 +6175,7 @@ components:
61756175 artists :
61766176 type : array
61776177 items :
6178- $ref : ' #/components/schemas/ArtistObject '
6178+ $ref : ' #/components/schemas/SimplifiedArtistObject '
61796179 description : |
61806180 The artists of the album. Each artist object includes a link in `href` to more detailed information about the artist.
61816181 tracks :
Original file line number Diff line number Diff line change 1+ description : Fix type of artists property to SimplifiedArtistObject
2+ operations :
3+ - op : test
4+ path : " $.components.schemas.AlbumObject.allOf[1].properties.artists.items.$ref"
5+ value : ' #/components/schemas/ArtistObject'
6+ - op : set
7+ path : " $.components.schemas.AlbumObject.allOf[1].properties.artists.items.$ref"
8+ value : ' #/components/schemas/SimplifiedArtistObject'
You can’t perform that action at this time.
0 commit comments