{
  "type": "object",
  "title": "RosettaStatusRequest",
  "description": "This endpoint returns the current status of the network requested. Any NetworkIdentifier returned by /network/list should be accessible here.",
  "required": ["network_identifier"],
  "additionalProperties": false,
  "properties": {
    "network_identifier": {
      "$ref": "../../entities/rosetta/rosetta-network-identifier.schema.json"
    },
    "metadata": {
      "type": "object"
    }
  }
}
