You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "propertyNames with additionalProperties",
90
-
"specification": [ { "core": "10.3.2.4" }, { "core": "10.3.2.3", "quote": "The validation of propertyNames remains unaffected by the presence or absence of additionalProperties. \"propertyNames\" are validated independently, regardless of other sibling keywords" } ],
"description": "property names with the given pattern are valid",
103
-
"data": {"apple": 4},
104
-
"valid": true
105
-
},
106
-
{
107
-
"description": "property name is invalid",
108
-
"data": { "watermelon": 6 },
109
-
"valid": false
110
-
}
111
-
]
112
-
},
113
-
{
114
-
"description": "propertyNames with unevaluatedProperties",
115
-
"specification": [ { "core": "10.3.2.4" }, { "core":"11.3", "quote": "The validation of propertyNames remains unaffected by the presence or absence of unevaluatedProperties. \"propertyNames\" are validated independently, regardless of other sibling keywords" } ],
0 commit comments