OpenSea · Schema

SocialMediaAccount

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Properties

Name Type Description
platform string
username string
View JSON Schema on GitHub

JSON Schema

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