{
  "type": "object",
  "title": "RosettaOptionsRequest",
  "description": "This endpoint returns the version information and allowed network-specific types for a NetworkIdentifier. Any NetworkIdentifier returned by /network/list should be accessible here. Because options are retrievable in the context of a NetworkIdentifier, it is possible to define unique options for each network.",
  "required": ["network_identifier"],
  "additionalProperties": false,
  "properties": {
    "network_identifier": {
      "$ref": "../../entities/rosetta/rosetta-network-identifier.schema.json"
    },
    "metadata": {
      "type": "object"
    }
  }
}
