Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

I think the only way to solve this is to manually (and gradually) add required properties to our schema models in lib-auto-generated, and ensure the required designation is included in the translated OpenAPI definition.

This may be more challenging to solve for types used in both requests and responses where certain fields may not be provided in requests to create a resource, but may always be required/provided in other contexts (e.g. object IDs generated by the system).

...