Skip to content

Commit

Permalink
update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jhernandezb committed Mar 27, 2024
1 parent a25429f commit 1e8e4a3
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions contracts/name-minter/schema/name-minter.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,16 +156,6 @@
"properties": {
"address": {
"type": "string"
},
"whitelist_type": {
"anyOf": [
{
"$ref": "#/definitions/WhitelistType"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
Expand All @@ -188,16 +178,6 @@
"properties": {
"address": {
"type": "string"
},
"whitelist_type": {
"anyOf": [
{
"$ref": "#/definitions/WhitelistType"
},
{
"type": "null"
}
]
}
},
"additionalProperties": false
Expand Down Expand Up @@ -252,13 +232,6 @@
"Uint64": {
"description": "A thin wrapper around u64 that is using strings for JSON encoding/decoding, such that the full u64 range can be used for clients that convert JSON numbers to floats, like JavaScript and jq.\n\n# Examples\n\nUse `from` to create instances of this and `u64` to get the value out:\n\n``` # use cosmwasm_std::Uint64; let a = Uint64::from(42u64); assert_eq!(a.u64(), 42);\n\nlet b = Uint64::from(70u32); assert_eq!(b.u64(), 70); ```",
"type": "string"
},
"WhitelistType": {
"type": "string",
"enum": [
"Updatable",
"Flatrate"
]
}
}
},
Expand Down

0 comments on commit 1e8e4a3

Please sign in to comment.