Safe (Gnosis Safe) · Schema

SafeCollectibleResponse

MultisigSmart ContractEthereumWeb3BlockchainDeFiSafeGnosisWallet

Properties

Name Type Description
address string
tokenName string
tokenSymbol string
logoUri string
id string
uri string
name string
description string
imageUri string
metadata object
View JSON Schema on GitHub

JSON Schema

SafeCollectibleResponse.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.safe.global/schemas/SafeCollectibleResponse",
  "title": "SafeCollectibleResponse",
  "type": "object",
  "properties": {
    "address": {
      "type": "string"
    },
    "tokenName": {
      "type": "string"
    },
    "tokenSymbol": {
      "type": "string"
    },
    "logoUri": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "uri": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "imageUri": {
      "type": "string"
    },
    "metadata": {
      "type": "object",
      "additionalProperties": {}
    }
  },
  "required": [
    "address",
    "description",
    "id",
    "imageUri",
    "logoUri",
    "metadata",
    "name",
    "tokenName",
    "tokenSymbol",
    "uri"
  ]
}