Kinotic-Foundation / structures

Structures is an open-source framework for data storage and retrieval, supporting schema evolution, data management, and providing a user-friendly GUI and OpenAPI interface.
https://kinotic-foundation.github.io/structures/
Other
2 stars 1 forks source link

Add support to track Discriminator property for Union fields #19

Closed NickPadilla closed 9 months ago

NickPadilla commented 9 months ago

The OpenAPI spec allows us to define a Discriminator field, this would help in any tooling used when working against the spec.

NickPadilla commented 9 months ago

This functionality has been added