Skip to content

Commit

Permalink
fix: alter to 5000
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 committed Dec 6, 2023
1 parent 62c4e31 commit b22ae55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/2.2/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"description": {
"description": "This should describe the instance and might also be markdown formated",
"type": "string",
"pattern": "^[a-z0-9-]{0,1000}$"
"pattern": "^[a-z0-9-]{0,5000}$"
}
}
},
Expand Down

0 comments on commit b22ae55

Please sign in to comment.