{
  "description": "GET blockchain API status",
  "title": "ServerStatusResponse",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "status"
  ],
  "properties": {
    "server_version": {
      "type": "string",
      "description": "the server version that is currently running"
    },
    "status": {
      "type": "string",
      "description": "the current server status"
    },
    "pox_v1_unlock_height": {
      "type": "integer",
      "nullable": true
    },
    "pox_v2_unlock_height": {
      "type": "integer",
      "nullable": true
    },
    "pox_v3_unlock_height": {
      "type": "integer",
      "nullable": true
    },
    "chain_tip": {
      "$ref": "../../entities/info/chain-tip.schema.json"
    }
  }
}
