Rarible · Schema

ActivityUserFilter

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
any array
from array
to array
View JSON Schema on GitHub

JSON Schema

ActivityUserFilter.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ActivityUserFilter",
  "type": "object",
  "properties": {
    "any": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/UnionAddress"
      }
    },
    "from": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/UnionAddress"
      }
    },
    "to": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/UnionAddress"
      }
    }
  }
}