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

20 lines
611 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "Rosetta-status-request",
"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",
"description": "",
"required": []
}
}
}