{
  "type": "object",
  "title": "RosettaPartialBlockIdentifier",
  "description": "When fetching data by BlockIdentifier, it may be possible to only specify the index or hash. If neither property is specified, it is assumed that the client is making a request at the current block.",
  "anyOf": [
    {
      "$ref": "./rosetta-block-identifier-hash.schema.json"
    },
    {
      "$ref": "./rosetta-block-identifier-height.schema.json"
    },
    {
      "type": "object"
    }
  ]
}
