Skip to content

Commit

Permalink
Fix statement schema (#855)
Browse files Browse the repository at this point in the history
* Fix statement schema

* Update package.json

---------

Co-authored-by: Chaitanya <yourchaitu@gmail.com>
  • Loading branch information
samuveth and ChaituVR committed Jun 19, 2023
1 parent d02e85a commit c5bd276
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snapshot-labs/snapshot.js",
"version": "0.4.98",
"version": "0.4.99",
"repository": "snapshot-labs/snapshot.js",
"license": "MIT",
"main": "dist/snapshot.cjs.js",
Expand Down
2 changes: 2 additions & 0 deletions src/schemas/statement.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@
"properties": {
"about": {
"type": "string",
"format": "long",
"title": "About",
"minLength": 1,
"maxLength": 140
},
"statement": {
"type": "string",
"format": "long",
"title": "Statement"
}
},
Expand Down

0 comments on commit c5bd276

Please sign in to comment.