Rarible · Schema

SignatureInput

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
input string
View JSON Schema on GitHub

JSON Schema

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