mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-06-15 09:07:43 +08:00
* fix: openapi lint validator * fix: balances schema * fix: add title to all entities * fix: some additionalProperties and duplicate names * fix: remove additional properties for rosetta * fix: rosetta tests * style: remove empty description
10 lines
162 B
JSON
10 lines
162 B
JSON
{
|
|
"title": "BnsError",
|
|
"description": "Error",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"error": { "type": "string" }
|
|
}
|
|
}
|