{
  "getCouncil": {
    "static": false,
    "preRequisites": [],
    "testCases": [
      {
        "id": "CONFORMANCE-RPC-051",
        "description": "get council, is should use default blockTag.",
        "input": {},
        "expectedResult": {
          "status": "pass",
          "output": {
            "method": "klay_getCouncil",
            "params": [
              "latest"
            ]
          }
        }
      },
      {
        "id": "CONFORMANCE-RPC-052",
        "description": "get council with blockNumber",
        "input": {
          "blockNumber": 990
        },
        "expectedResult": {
          "status": "pass",
          "output": {
            "method": "klay_getCouncil",
            "params": [
              "0x3de"
            ]
          }
        }
      },
      {
        "id": "CONFORMANCE-RPC-053",
        "description": "get council with blockTag",
        "input": {
          "blockTag": "latest"
        },
        "expectedResult": {
          "status": "pass",
          "output": {
            "method": "klay_getCouncil",
            "params": [
              "latest"
            ]
          }
        }
      }
    ]
  }
}