mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-06-14 00:22:42 +08:00
7 lines
229 B
JSON
7 lines
229 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"description": "GET request that target block time for a given network",
|
|
"title": "NetworkBlockTimeResponse",
|
|
"$ref": "../../entities/info/block-time.schema.json"
|
|
}
|