Files
stacks-blockchain-api/docs/api/rosetta/rosetta-network-list-request.schema.json
2021-07-15 13:07:39 -05:00

17 lines
522 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "rosetta-network-list-request",
"type": "object",
"title": "RosettaNetworkListRequest",
"description": "This endpoint returns a list of NetworkIdentifiers that the Rosetta server supports.",
"required": [],
"additionalProperties": false,
"properties": {
"metadata": {
"type": "object",
"description": "A MetadataRequest is utilized in any request where the only argument is optional metadata.",
"required": []
}
}
}