Tezos · Schema

IAnnotation

TezosBlockchainTzKTBaking BadCryptocurrencySmart ContractsNFTTokensDelegationsStakingGovernanceFA1.2FA2WebSocket

Properties

Name Type Description
type object
value string
View JSON Schema on GitHub

JSON Schema

iannotation.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "IAnnotation",
  "type": "object",
  "x-abstract": true,
  "additionalProperties": false,
  "properties": {
    "type": {
      "$ref": "#/components/schemas/AnnotationType"
    },
    "value": {
      "type": "string"
    }
  }
}