Rarible · Schema

DomainResolveResult

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
blockchain object
registrant string Resolved domain value
View JSON Schema on GitHub

JSON Schema

DomainResolveResult.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DomainResolveResult",
  "type": "object",
  "required": [
    "blockchain",
    "registrant"
  ],
  "properties": {
    "blockchain": {
      "$ref": "#/components/schemas/Blockchain"
    },
    "registrant": {
      "type": "string",
      "description": "Resolved domain value"
    }
  }
}