Tezos · Schema

MichelinePrim

TezosBlockchainTzKTBaking BadCryptocurrencySmart ContractsNFTTokensDelegationsStakingGovernanceFA1.2FA2WebSocket

Properties

Name Type Description
prim object
args array
annots array
View JSON Schema on GitHub

JSON Schema

michelineprim.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "MichelinePrim",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "prim": {
      "$ref": "#/components/schemas/PrimType"
    },
    "args": {
      "type": "array",
      "nullable": true,
      "items": {
        "$ref": "#/components/schemas/IMicheline"
      }
    },
    "annots": {
      "type": "array",
      "nullable": true,
      "items": {
        "$ref": "#/components/schemas/IAnnotation"
      }
    }
  }
}