Skip to content

Support anyOf root objects and deeper schemas #379

@NoaBentu

Description

@NoaBentu

The SDK currently has two restrictions that make it hard to model real-world data:

  • Root objects must always be type: object (no anyOf).
  • Objects have limits on nesting depth and size.

Why this matters:
These restrictions are limiting; they make it harder to support flexible input/output shapes and to work with more complex schemas.

Request:

  • Allow root schemas to use anyOf.
  • Relax or raise limits on object nesting depth and size.

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