Strict check for json schema

This commit is contained in:
Prarup Gurung
2024-02-20 14:02:05 +05:45
parent 890777151c
commit 6c37672295
@@ -1991,6 +1991,8 @@ Feature: listing sharedWithMe when auto-sync is disabled
"properties": {
"permissions": {
"type": "array",
"minItems": 2,
"maxItems": 2,
"items": {
"oneOf": [
{
@@ -2129,6 +2131,8 @@ Feature: listing sharedWithMe when auto-sync is disabled
"properties": {
"permissions": {
"type": "array",
"minItems": 2,
"maxItems": 2,
"items": {
"oneOf": [
{