Tezos · Schema

SortMode

TezosBlockchainTzKTBaking BadCryptocurrencySmart ContractsNFTTokensDelegationsStakingGovernanceFA1.2FA2WebSocket
View JSON Schema on GitHub

JSON Schema

sortmode.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SortMode",
  "type": "string",
  "description": "",
  "x-enumNames": [
    "Ascending",
    "Descending"
  ],
  "enum": [
    "Ascending",
    "Descending"
  ]
}