Blockfrost · JSON Structure

Blockfrost Dreps Structure

dreps schema from Blockfrost API

Type: array Properties: 0
BlockchainCardanoCryptocurrencyDAppsNFTWeb3

dreps is a JSON Structure definition published by Blockfrost. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/blockfrost/refs/heads/main/json-structure/blockfrost-dreps-structure.json",
  "name": "dreps",
  "description": "dreps schema from Blockfrost API",
  "type": "array",
  "items": {
    "required": [
      "drep_id",
      "hex"
    ],
    "type": "object",
    "properties": {
      "drep_id": {
        "description": "The Bech32 encoded DRep address",
        "type": "string"
      },
      "hex": {
        "description": "The raw bytes of the DRep",
        "type": "string"
      }
    }
  }
}