Skip to content

Commit

Permalink
Update script-schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bra1n authored Nov 5, 2024
1 parent 09ba5b8 commit 1c9be19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"name": {
"type": "string",
"title": "Character name",
"maxLength": 20,
"maxLength": 30,
"examples": [
"Washer Woman",
"Lil' Monsta",
Expand Down Expand Up @@ -163,7 +163,7 @@
"title": "Character reminder tokens",
"items": {
"type": "string",
"maxLength": 25,
"maxLength": 30,
"examples": [
"Townsfolk",
"Wrong",
Expand Down

0 comments on commit 1c9be19

Please sign in to comment.