wormhole/cosmwasm/packages/cw721/schema/contract_info_response.json

18 lines
272 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "ContractInfoResponse",
"type": "object",
"required": [
"name",
"symbol"
],
"properties": {
"name": {
"type": "string"
},
"symbol": {
"type": "string"
}
}
}