micronaut-projects / micronaut-json-schema

Micronaut integration with JSON schema
Apache License 2.0
2 stars 1 forks source link

Generate serdeable records from JSON schema #4

Open graemerocher opened 7 months ago

graemerocher commented 7 months ago

Feature description

The inverse issue, should be implemented with SourceGen module

aalmiray commented 5 months ago

Oracle Database 23ai has an option to generate json-schema documents from JSON Relational Duality Views. Please refer to https://docs.oracle.com/en/database/oracle/oracle-database/23/jsnvu/using-json-relational-duality-views.html#GUID-76BA5085-3F19-4A7C-BCA5-24CDE088FA69

mplanchant commented 3 weeks ago

Came here to create this issue. It would be a great feature. Maybe use can be made of jsonschema2pojo?