Skip to content

Commit ee6ef78

Browse files
committed
Fix SavedAudiobookObject
1 parent 340d323 commit ee6ef78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fixed-spotify-open-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7121,7 +7121,7 @@ components:
71217121
The date and time the audiobook was saved
71227122
Timestamps are returned in ISO 8601 format as Coordinated Universal Time (UTC) with a zero offset: YYYY-MM-DDTHH:MM:SSZ.
71237123
If the time is imprecise (for example, the date/time of an album release), an additional field indicates the precision; see for example, release_date in an album object.
7124-
album:
7124+
audiobook:
71257125
allOf:
71267126
- $ref: '#/components/schemas/AudiobookObject'
71277127
description: Information about the audiobook.

spotify-web-api-open-api/src/main/resources/patches/schema-SavedAudiobookObject.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ operations:
1818
The date and time the audiobook was saved
1919
Timestamps are returned in ISO 8601 format as Coordinated Universal Time (UTC) with a zero offset: YYYY-MM-DDTHH:MM:SSZ.
2020
If the time is imprecise (for example, the date/time of an album release), an additional field indicates the precision; see for example, release_date in an album object.
21-
album:
21+
audiobook:
2222
allOf:
2323
- $ref: '#/components/schemas/AudiobookObject'
2424
description: Information about the audiobook.

0 commit comments

Comments
 (0)