Skip to content

Commit

Permalink
Update schema for open-edition-minter-merkle-wl
Browse files Browse the repository at this point in the history
  • Loading branch information
MightOfOaks committed Jul 28, 2024
1 parent 7bf732b commit 1b2f4a5
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,25 @@
"properties": {
"mint": {
"type": "object",
"required": [
"proof_hashes"
],
"properties": {
"allocation": {
"type": [
"integer",
"null"
],
"format": "uint32",
"minimum": 0.0
},
"proof_hashes": {
"type": "array",
"items": {
"type": "string"
}
}
},
"additionalProperties": false
}
},
Expand Down

0 comments on commit 1b2f4a5

Please sign in to comment.