Skip to content

Invalid type definition for SchemaNode.schema #93

@ekzobrain

Description

@ekzobrain

When parsing this schema SchemaNode for test property will contain schema: false

{
  "properties": {
     "test": false
  }
}

But type definition of SchemaNode.schema does not allow it, so it should be changed to JsonSchema | boolean.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions