Skip to content

Commit

Permalink
fix warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
lmauromb committed Aug 16, 2023
1 parent 5335524 commit 61eda38
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ const FederationVerifyMatrixIdPropsSchema = {
type: 'array',
items: [{ type: 'string' }],
uniqueItems: true,
additionalItems: false,
minItems: 1,
maxItems: 15,
},
},
additionalProperties: false,
Expand Down

0 comments on commit 61eda38

Please sign in to comment.