When parsing this schema SchemaNode for `test` property will contain `schema: false` ```json { "properties": { "test": false } } ``` But type definition of `SchemaNode.schema` does not allow it, so it should be changed to `JsonSchema | boolean`.
When parsing this schema SchemaNode for
testproperty will containschema: false{ "properties": { "test": false } }But type definition of
SchemaNode.schemadoes not allow it, so it should be changed toJsonSchema | boolean.