{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "ConfigResponse",
"type": "object",
"required": [
"admins",
"executors"
],
"properties": {
"admins": {
"type": "array",
"items": {
"type": "string"
}
},
"executors": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
cw-cyber/contracts/cw-cyber-subgraph/schema/config_response.json
ฯ 0.0%