16 lines
295 B
JSON
16 lines
295 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"title": "AdminResponse",
|
|
"description": "Returned from Admin.query_admin()",
|
|
"type": "object",
|
|
"properties": {
|
|
"admin": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|