mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-06-13 16:19:26 +08:00
11 lines
206 B
JSON
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" }
|
|
}
|
|
}
|