Cardano · Schema

Epoch Content Array

BlockchainCryptocurrencyProof-of-StakeSmart ContractsWeb3
View JSON Schema on GitHub

JSON Schema

epoch-content-array.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://cardano.blockfrost.io/schema/epoch_content_array",
  "title": "Epoch Content Array",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/epoch_content"
  }
}