{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://opensea.io/schemas/ProfileCollectionsResponse", "title": "ProfileCollectionsResponse", "type": "object", "properties": { "collections": { "type": "array", "items": { "$ref": "#/components/schemas/ProfileCollectionResponse" } }, "next": { "type": "string" } }, "required": [ "collections" ] }