mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-06-18 03:38:55 +08:00
13 lines
297 B
JSON
13 lines
297 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"description": "TargetBlockTime",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"required": ["target_block_time", "total_sent", "total_received"],
|
|
"properties": {
|
|
"target_block_time": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
}
|