{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/spotify/album.json","title":"spotify/album data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"album_type":{"description":"Optional album type supplied by this operation. Null means unknown.","type":["string","null"]},"artists":{"description":"Optional artists supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]},"uri":{"description":"Optional uri supplied by this operation. Null means unknown.","type":["string","null"]},"url":{"description":"Original source URL when supplied.","type":["string","null"]}},"additionalProperties":true}},"copyrights":{"description":"Optional copyrights supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"text":{"description":"Source text when supplied.","type":["string","null"]},"type":{"description":"Optional type supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true}},"genres":{"description":"Source array was empty in the reviewed captures; item fields remain unspecified.","type":["array","null"],"items":{}},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"image_url":{"description":"Optional image url supplied by this operation. Null means unknown.","type":["string","null"]},"images":{"description":"Optional images supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"height":{"description":"Optional height supplied by this operation. Null means unknown.","type":["number","null"]},"url":{"description":"Original source URL when supplied.","type":["string","null"]},"width":{"description":"Optional width supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true}},"kind":{"description":"Optional kind supplied by this operation. Null means unknown.","type":["string","null"]},"label":{"description":"Optional label supplied by this operation. Null means unknown.","type":["string","null"]},"popularity":{"description":"Optional popularity supplied by this operation. Null means unknown.","type":["number","null"]},"release_date":{"description":"Optional release date supplied by this operation. Null means unknown.","type":["string","null"]},"release_date_precision":{"description":"Optional release date precision supplied by this operation. Null means unknown.","type":["string","null"]},"title":{"description":"Source title when supplied.","type":["string","null"]},"total_tracks":{"description":"Optional total tracks supplied by this operation. Null means unknown.","type":["number","null"]},"uri":{"description":"Optional uri supplied by this operation. Null means unknown.","type":["string","null"]},"url":{"description":"Original source URL when supplied.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["album_type"],"properties":{"album_type":{"description":"Optional album type supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["artists"],"properties":{"artists":{"description":"Optional artists supplied by this operation. Null means unknown.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]},"uri":{"description":"Optional uri supplied by this operation. Null means unknown.","type":["string","null"]},"url":{"description":"Original source URL when supplied.","type":["string","null"]}},"additionalProperties":true}}}},{"required":["copyrights"],"properties":{"copyrights":{"description":"Optional copyrights supplied by this operation. Null means unknown.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"text":{"description":"Source text when supplied.","type":["string","null"]},"type":{"description":"Optional type supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true}}}},{"required":["genres"],"properties":{"genres":{"description":"Source array was empty in the reviewed captures; item fields remain unspecified.","type":["array"],"items":{}}}},{"required":["id"],"properties":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string"],"minLength":1}}},{"required":["image_url"],"properties":{"image_url":{"description":"Optional image url supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["images"],"properties":{"images":{"description":"Optional images supplied by this operation. Null means unknown.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"height":{"description":"Optional height supplied by this operation. Null means unknown.","type":["number","null"]},"url":{"description":"Original source URL when supplied.","type":["string","null"]},"width":{"description":"Optional width supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true}}}},{"required":["label"],"properties":{"label":{"description":"Optional label supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["popularity"],"properties":{"popularity":{"description":"Optional popularity supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["release_date"],"properties":{"release_date":{"description":"Optional release date supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["release_date_precision"],"properties":{"release_date_precision":{"description":"Optional release date precision supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["title"],"properties":{"title":{"description":"Source title when supplied.","type":["string"],"minLength":1}}},{"required":["total_tracks"],"properties":{"total_tracks":{"description":"Optional total tracks supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["uri"],"properties":{"uri":{"description":"Optional uri supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["url"],"properties":{"url":{"description":"Original source URL when supplied.","type":["string"],"minLength":1}}}]}],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"album_type":"example","artists":[{"id":"example","name":"example","uri":"example","url":"https://example.com/example"}],"copyrights":[{"text":"example","type":"example"}],"genres":[],"id":"example","image_url":"https://example.com/example","images":[{"height":0,"url":"https://example.com/example","width":0}],"kind":"example","label":"example","popularity":0,"release_date":"2026-09-01T12:00:00Z","release_date_precision":"2026-09-01T12:00:00Z","title":"example","total_tracks":0,"uri":"example","url":"https://example.com/example"}]}