{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "IsAuthorizedCallerResponse",
"type": "object",
"required": [
"address",
"authorized"
],
"properties": {
"address": {
"type": "string"
},
"authorized": {
"type": "boolean"
}
},
"additionalProperties": false
}
cw-cyber/contracts/litium-core/schema/is_authorized_caller_response.json
ฯ 0.0%