Skip to content

Verify recursive type definition #32

@dansanduleac

Description

@dansanduleac

This is to test that clients can successfully handle such definitions at runtime.

Aimed to ensure that this fix will work for python: palantir/conjure-python#9.

Example:

types:
  definitions:
    default-package: whatever
    objects:
      ZigOrZag:
        union:
          zig: Zig
          zag: Zag
      Zig:
        object:
          recursive: ZigOrZag
      Zag:
        alias: string

(and an endpoint that references ZigOrZag)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions