Skip to content

Commit

Permalink
update JSON onchain example
Browse files Browse the repository at this point in the history
  • Loading branch information
greatertomi committed Jan 15, 2024
1 parent 0860eb4 commit 29091e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CIP-0072/version_2.0.0_onchain.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type":"string",
"minLength": 1,
"maxLength": 64,
"pattern":"^[0-9a-fA-F]{1,64}$",
"pattern":"^[0-9a-zA-Z.]{1,64}$",
"description":"Identifier of the claim subject (dApp). A UTF-8 encoded string, must be max 64 chars. Typically it is randomly generated hash by the dApp developer."
},
"rootHash":{
Expand Down

0 comments on commit 29091e7

Please sign in to comment.