Strict check for json schema

This commit is contained in:
Prarup Gurung
2024-02-20 12:50:09 +05:45
parent a94fffd84c
commit 80c980f1a9

View File

@@ -2949,6 +2949,8 @@ Feature: an user gets the resources shared to them
"properties": {
"value": {
"type": "array",
"minItems": 2,
"maxItems": 2,
"items": {
"oneOf": [
{
@@ -3243,6 +3245,8 @@ Feature: an user gets the resources shared to them
"properties": {
"value": {
"type": "array",
"minItems": 2,
"maxItems": 2,
"items": {
"oneOf": [
{