{
  "title": "ChainTip",
  "description": "Current chain tip information",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "block_height",
    "block_hash",
    "index_block_hash",
    "burn_block_height"
  ],
  "properties": {
    "block_height": {
      "type": "integer",
      "description": "the current block height"
    },
    "block_hash": {
      "type": "string",
      "description": "the current block hash"
    },
    "index_block_hash": {
      "type": "string",
      "description": "the current index block hash"
    },
    "microblock_hash": {
      "type": "string",
      "description": "the current microblock hash"
    },
    "microblock_sequence": {
      "type": "integer",
      "description": "the current microblock sequence number"
    },
    "burn_block_height": {
      "type": "integer",
      "description": "the current burn chain block height"
    }
  }
}
