Rarible · Schema

VideoContent

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
@type string
width integer
height integer
View JSON Schema on GitHub

JSON Schema

VideoContent.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "VideoContent",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string",
      "enum": [
        "VIDEO"
      ]
    },
    "width": {
      "type": "integer"
    },
    "height": {
      "type": "integer"
    }
  }
}