Rarible · Schema

Royalties

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
royalties array
View JSON Schema on GitHub

JSON Schema

Royalties.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Royalties",
  "type": "object",
  "properties": {
    "royalties": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Royalty"
      }
    }
  },
  "required": [
    "royalties"
  ]
}