{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/instagram/search-music.json","title":"instagram/search-music data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"_warnings":{"description":"Optional  warnings supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["string","null"]}},"count":{"description":"Number of records in this response, not lifetime or total matches.","type":["number","null"]},"has_more":{"description":"Source continuation indicator; null means unknown.","type":["boolean","null"]},"items":{"description":"Returned records. Source coverage and completeness vary.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":"object","properties":{"artist":{"description":"Optional artist supplied by this operation. Null means unknown.","type":["string","null"]},"cluster_id":{"description":"Optional cluster id supplied by this operation. Null means unknown.","type":["string","null"]},"cover_url":{"description":"Optional cover url supplied by this operation. Null means unknown.","type":["string","null"]},"duration_ms":{"description":"Optional duration ms supplied by this operation. Null means unknown.","type":["number","null"]},"explicit":{"description":"Optional explicit supplied by this operation. Null means unknown.","type":["boolean","null"]},"has_lyrics":{"description":"Optional has lyrics supplied by this operation. Null means unknown.","type":["boolean","null"]},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"platform":{"description":"Optional platform supplied by this operation. Null means unknown.","type":["string","null"]},"reels_count_label":{"description":"Optional reels count label supplied by this operation. Null means unknown.","type":["string","null"]},"thumbnail_url":{"description":"Optional thumbnail url supplied by this operation. Null means unknown.","type":["string","null"]},"title":{"description":"Source title when supplied.","type":["string","null"]},"trending":{"description":"Optional trending supplied by this operation. Null means unknown.","type":["boolean","null"]},"type":{"description":"Optional type supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["artist"],"properties":{"artist":{"description":"Optional artist supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["cluster_id"],"properties":{"cluster_id":{"description":"Optional cluster id supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["cover_url"],"properties":{"cover_url":{"description":"Optional cover url supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["duration_ms"],"properties":{"duration_ms":{"description":"Optional duration ms supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["explicit"],"properties":{"explicit":{"description":"Optional explicit supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["has_lyrics"],"properties":{"has_lyrics":{"description":"Optional has lyrics supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["id"],"properties":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string"],"minLength":1}}},{"required":["reels_count_label"],"properties":{"reels_count_label":{"description":"Optional reels count label supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["thumbnail_url"],"properties":{"thumbnail_url":{"description":"Optional thumbnail url 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":["trending"],"properties":{"trending":{"description":"Optional trending supplied by this operation. Null means unknown.","type":["boolean"]}}}]}]}},"query":{"description":"Optional query supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true,"required":["items"],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"_warnings":["example"],"count":0,"has_more":false,"items":[{"artist":"example","cluster_id":"example","cover_url":"https://example.com/example","duration_ms":0,"explicit":false,"has_lyrics":false,"id":"example","platform":"example","reels_count_label":"example","thumbnail_url":"https://example.com/example","title":"example","trending":false,"type":"example"}],"query":"example"}]}