Files
stacks-blockchain-api/docs/api/core-node/get-fee-transfer.schema.json
Alexander Graebe 6c13a554cc fix: adding schema for fee estimates
without this, the response is simply undefined
2020-10-15 23:27:05 +03:00

8 lines
184 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "GET fee estimates",
"title": "CoreNodeFeeResponse",
"type": "string",
"additionalProperties": false
}