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`.