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
"test": { "allOf": [ { "$ref": "/RefTest" }, // "additionalProperties": false too { "type": "object", "properties": { "test_add_props": { "type": "string" } }, "required": ["test_add_props"], "additionalProperties": false } ] }
I get errors. All props from /RefTest is not allowed to have the additional property
The text was updated successfully, but these errors were encountered:
example
"test": { "allOf": [ { "$ref": "/RefTest" }, // "additionalProperties": false too { "type": "object", "properties": { "test_add_props": { "type": "string" } }, "required": ["test_add_props"], "additionalProperties": false } ] }
I get errors. All props from /RefTest is not allowed to have the additional property
The text was updated successfully, but these errors were encountered: