Skip to content

Contradictory types between a keyword and a subschema of an adjacent applicator #9

@gregsdennis

Description

@gregsdennis

This is implemented by AJV's strict mode.

{
  type: "object",   // requires an object
  anyOf: [
    {type: "array"},   // requires an array
    {type: "object"}
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions