{
  "title": "PoxCycle",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "block_height",
    "index_block_hash",
    "cycle_number",
    "total_weight",
    "total_stacked_amount",
    "total_signers"
  ],
  "properties": {
    "block_height": {
      "type": "integer"
    },
    "index_block_hash": {
      "type": "string"
    },
    "cycle_number": {
      "type": "integer"
    },
    "total_weight": {
      "type": "integer"
    },
    "total_stacked_amount": {
      "type": "string"
    },
    "total_signers": {
      "type": "integer"
    }
  }
}
