Skip to content

Commit

Permalink
fix: change order constraints for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
zorox112 committed Nov 6, 2024
1 parent 566ea7d commit 8190c4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/includer/traverse/description.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ const fields: Fields = [
key: 'maxLength',
label: 'Max length',
},
{
key: 'maxItems',
label: 'Max items',
},
{
key: 'minItems',
label: 'Min items',
},
{
key: 'maxItems',
label: 'Max items',
},
{
key: 'pattern',
label: 'Pattern',
Expand Down

0 comments on commit 8190c4a

Please sign in to comment.