Safe (Gnosis Safe) · Schema

TokenList

MultisigSmart ContractEthereumWeb3BlockchainDeFiSafeGnosisWallet

Properties

Name Type Description
url string
description string
View JSON Schema on GitHub

JSON Schema

TokenList.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.safe.global/schemas/TokenList",
  "title": "TokenList",
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "format": "uri",
      "maxLength": 200
    },
    "description": {
      "type": "string",
      "maxLength": 200
    }
  },
  "required": [
    "description",
    "url"
  ]
}