Skip to content

Commit

Permalink
Strict check for json schema
Browse files Browse the repository at this point in the history
  • Loading branch information
grgprarup committed Feb 20, 2024
1 parent 7fef0d9 commit 316366a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1991,6 +1991,8 @@ Feature: listing sharedWithMe when auto-sync is disabled
"properties": {
"permissions": {
"type": "array",
"minItems": 2,
"maxItems": 2,
"items": {
"oneOf": [
{
Expand Down Expand Up @@ -2129,6 +2131,8 @@ Feature: listing sharedWithMe when auto-sync is disabled
"properties": {
"permissions": {
"type": "array",
"minItems": 2,
"maxItems": 2,
"items": {
"oneOf": [
{
Expand Down

0 comments on commit 316366a

Please sign in to comment.