Avalanche · Schema

ListChainsResponse

BlockchainWeb3AvalancheNFTDeFiCross-Chain

Properties

Name Type Description
chains array
View JSON Schema on GitHub

JSON Schema

ListChainsResponse.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/avalanche/main/json-schema/ListChainsResponse.json",
  "title": "ListChainsResponse",
  "type": "object",
  "properties": {
    "chains": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ChainInfo"
      }
    }
  },
  "required": [
    "chains"
  ]
}