File tree Expand file tree Collapse file tree 3 files changed +16
-18
lines changed
spotify-web-api-open-api/src/main/resources/patches Expand file tree Collapse file tree 3 files changed +16
-18
lines changed Original file line number Diff line number Diff line change @@ -5521,10 +5521,6 @@ components:
5521
5521
- $ref : " #/components/schemas/ExternalUrlObject"
5522
5522
description : |
5523
5523
Known external URLs for this playlist.
5524
- followers :
5525
- allOf :
5526
- - $ref : " #/components/schemas/FollowersObject"
5527
- description : Information about the followers of the playlist.
5528
5524
href :
5529
5525
type : string
5530
5526
description : |
@@ -5570,6 +5566,10 @@ components:
5570
5566
type : string
5571
5567
description : |
5572
5568
The [Spotify URI](/documentation/web-api/concepts/spotify-uris-ids) for the playlist.
5569
+ followers :
5570
+ allOf :
5571
+ - $ref : " #/components/schemas/FollowersObject"
5572
+ description : Information about the followers of the playlist.
5573
5573
SimplifiedPlaylistObject :
5574
5574
type : object
5575
5575
x-spotify-docs-type : SimplifiedPlaylistObject
@@ -5652,11 +5652,6 @@ components:
5652
5652
- $ref : " #/components/schemas/ExternalUrlObject"
5653
5653
description : |
5654
5654
Known public external URLs for this user.
5655
- followers :
5656
- allOf :
5657
- - $ref : " #/components/schemas/FollowersObject"
5658
- description : |
5659
- Information about the followers of this user.
5660
5655
href :
5661
5656
type : string
5662
5657
description : |
Original file line number Diff line number Diff line change @@ -5587,10 +5587,6 @@ components:
5587
5587
- $ref : ' #/components/schemas/ExternalUrlObject'
5588
5588
description : |
5589
5589
Known external URLs for this playlist.
5590
- followers :
5591
- allOf :
5592
- - $ref : ' #/components/schemas/FollowersObject'
5593
- description : Information about the followers of the playlist.
5594
5590
href :
5595
5591
type : string
5596
5592
description : |
@@ -5721,11 +5717,6 @@ components:
5721
5717
- $ref : ' #/components/schemas/ExternalUrlObject'
5722
5718
description : |
5723
5719
Known public external URLs for this user.
5724
- followers :
5725
- allOf :
5726
- - $ref : ' #/components/schemas/FollowersObject'
5727
- description : |
5728
- Information about the followers of this user.
5729
5720
href :
5730
5721
type : string
5731
5722
description : |
Original file line number Diff line number Diff line change
1
+ description : add missing followers property to PlaylistObject
2
+ operations :
3
+ - op : test
4
+ path : " $.components.schemas.PlaylistObject.properties.followers"
5
+ value : null
6
+ - op : put
7
+ path : " $.components.schemas.PlaylistObject.properties"
8
+ key : followers
9
+ value :
10
+ allOf :
11
+ - $ref : " #/components/schemas/FollowersObject"
12
+ description : Information about the followers of the playlist.
You can’t perform that action at this time.
0 commit comments