Skip to content

Commit

Permalink
cargo schema
Browse files Browse the repository at this point in the history
  • Loading branch information
taitruong committed May 31, 2024
1 parent 333cccb commit 79a3988
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/ics721/schema/ics721.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"integer",
"null"
],
"format": "uint",
"format": "uint32",
"minimum": 0.0
},
"cw721_admin": {
Expand Down Expand Up @@ -1280,12 +1280,12 @@
},
"contract_addr_length": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Nullable_uint",
"title": "Nullable_uint32",
"type": [
"integer",
"null"
],
"format": "uint",
"format": "uint32",
"minimum": 0.0
},
"cw721_admin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ics721/schema/raw/instantiate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"integer",
"null"
],
"format": "uint",
"format": "uint32",
"minimum": 0.0
},
"cw721_admin": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Nullable_uint",
"title": "Nullable_uint32",
"type": [
"integer",
"null"
],
"format": "uint",
"format": "uint32",
"minimum": 0.0
}

0 comments on commit 79a3988

Please sign in to comment.