Rarible · Schema

SolanaSolAssetType

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
@type string
View JSON Schema on GitHub

JSON Schema

SolanaSolAssetType.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SolanaSolAssetType",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string",
      "enum": [
        "SOLANA_SOL"
      ]
    }
  },
  "required": [
    "@type"
  ]
}