{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://opensea.io/schemas/CollectionObject", "title": "CollectionObject", "type": "object", "properties": { "slug": { "type": "string" } }, "required": [ "slug" ] }