Files
stacks-blockchain-api/docs/api/bns/errors/bns-error.schema.json
2021-03-17 11:49:57 +01:00

11 lines
206 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "bns-error",
"title": "BnsError",
"description": "Error",
"type": "object",
"properties": {
"error": { "type": "string" }
}
}