Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Error when allOf is used with contradictory type #266

Open
@kylef

Description

@kylef

For example, the following schema is invalid and cannot be met:

allOf:
  - type: array
  - type: string

It is not possible to have a type that is both array and string. Thus we cannot create a data structure or valid message body.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions