Wormhole · Schema

stats.image

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
large string
small string
thumb string
View JSON Schema on GitHub

JSON Schema

stats-image.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/stats-image",
  "title": "stats.image",
  "type": "object",
  "properties": {
    "large": {
      "type": "string"
    },
    "small": {
      "type": "string"
    },
    "thumb": {
      "type": "string"
    }
  }
}