Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Reduce minLength for BasicDisplaySchema to 1
Browse files Browse the repository at this point in the history
Converted apps may have descriptions with less than 12 characters
  • Loading branch information
ter0 committed May 28, 2019
1 parent 56acac7 commit 5c30e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/schemas/BasicDisplaySchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = makeSchema({
description:
'A description of what this trigger, search, or create does.',
type: 'string',
minLength: 12,
minLength: 1,
maxLength: 1000
},
directions: {
Expand Down

0 comments on commit 5c30e69

Please sign in to comment.