Files
nym/contracts/mixnet/schema/raw/response_to_admin.json
Jędrzej Stuczyński e76c8e06be updated contract schema
2024-09-03 16:35:42 +01:00

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
}