Tezos · Schema

SoftwareAlias

TezosBlockchainTzKTBaking BadCryptocurrencySmart ContractsNFTTokensDelegationsStakingGovernanceFA1.2FA2WebSocket

Properties

Name Type Description
version string Software version (commit tag)
date string Date of the commit or when the software was first seen
View JSON Schema on GitHub

JSON Schema

softwarealias.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SoftwareAlias",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "version": {
      "type": "string",
      "description": "Software version (commit tag)"
    },
    "date": {
      "type": "string",
      "description": "Date of the commit or when the software was first seen",
      "format": "date-time"
    }
  }
}