Skip to content

Correctly handle union types #52

@nineinchnick

Description

@nineinchnick

OpenAPI spec allows union types, that is, a single field using different data types. To handle this, such fields should be represented as separate columns for each data type, with some automatically generated suffixes (numbers?), in a predetermined order (sorted by data type?).

Currently, only the first data type from a union is used, which is obviously wrong.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions