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 @@ -3972,7 +3972,7 @@ components:
39723972 content :
39733973 application/json :
39743974 schema :
3975- $ref : ' #/components/schemas/CurrentlyPlayingContextObject '
3975+ $ref : ' #/components/schemas/CurrentlyPlayingObject '
39763976 PlaylistSnapshotId :
39773977 description : A snapshot ID for the playlist
39783978 content :
Original file line number Diff line number Diff line change 1+ description : Fix type of OneCurrentlyPlayingTrack response
2+ operations :
3+ - op : test
4+ path : " $.components.responses.OneCurrentlyPlayingTrack.content.application/json.schema.$ref"
5+ value : " #/components/schemas/CurrentlyPlayingContextObject"
6+ - op : set
7+ path : " $.components.responses.OneCurrentlyPlayingTrack.content.application/json.schema.$ref"
8+ value : " #/components/schemas/CurrentlyPlayingObject"
You can’t perform that action at this time.
0 commit comments