changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "banner": {
+ "description": "Collection banner image URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "category": {
+ "description": "Collection category",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "contracts": {
+ "description": "Smart contracts associated with collection",
+ "items": {
+ "properties": {
+ "address": {
+ "description": "Contract address",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "chain": {
+ "description": "Blockchain chain name",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "description": {
+ "description": "Collection description",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "disabled": {
+ "description": "Whether collection is disabled",
+ "type": "boolean"
+ },
+ "discord": {
+ "description": "Discord server URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "fees": {
+ "description": "Collection fees",
+ "items": {
+ "properties": {
+ "pct": {
+ "description": "Fee percentage",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "recipient": {
+ "description": "Fee recipient address",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "required": {
+ "description": "Whether fee is required",
+ "type": [
+ "boolean",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "image": {
+ "description": "Collection image URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "instagram": {
+ "description": "Instagram username",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "description": "Collection name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "nsfw": {
+ "description": "Whether collection is marked NSFW",
+ "type": "boolean"
+ },
+ "opensea_url": {
+ "description": "OpenSea collection page URL",
+ "type": "string"
+ },
+ "owner": {
+ "description": "Collection owner address",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "safelist_status": {
+ "description": "OpenSea safelist verification status",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "slug": {
+ "description": "Collection slug identifier",
+ "type": "string"
+ },
+ "telegram": {
+ "description": "Telegram group URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "total_supply": {
+ "description": "Total token supply",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "twitter": {
+ "description": "Twitter username",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "website": {
+ "description": "Project website URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "wiki": {
+ "description": "Wiki URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "slug",
+ "name",
+ "description",
+ "image",
+ "banner",
+ "owner",
+ "safelist_status",
+ "category",
+ "disabled",
+ "nsfw",
+ "opensea_url",
+ "website",
+ "wiki",
+ "discord",
+ "telegram",
+ "twitter",
+ "instagram",
+ "contracts",
+ "total_supply",
+ "fees"
+ ],
+ "type": "object"
+}