Is your feature request related to a problem? Please describe.
Currently, the schema generation is limited to what is implemented,
Issues like #741, #396, #351 could possibly benefit from this
Describe the solution you would like
It would be nice to team up with a schema generator library and outsource those capabilities to generate the OpenApiV3 spec.
JsonSchema.Net offers JsonSchema with customizable keywords and validation on JsonNodes.
JsonSchema.Net.Generation can generate schemas from C# classes with reflection (for use in KubeOps.Cli?)
Additional Context
No response
Is your feature request related to a problem? Please describe.
Currently, the schema generation is limited to what is implemented,
Issues like #741, #396, #351 could possibly benefit from this
Describe the solution you would like
It would be nice to team up with a schema generator library and outsource those capabilities to generate the OpenApiV3 spec.
JsonSchema.Net offers JsonSchema with customizable keywords and validation on JsonNodes.
JsonSchema.Net.Generation can generate schemas from C# classes with reflection (for use in KubeOps.Cli?)
Additional Context
No response