flipstone / json-fleece

Extensible JSON Schemas for Haskell
MIT License
2 stars 1 forks source link

[sc-30225] OpenAPI3 Support for Inline schemas for objects with properties #11

Closed ylafrance closed 1 year ago

ylafrance commented 1 year ago

Add support for inline schemas for objects with properties in OpenAPI3. This involved specifying the CodeSection instead of defaulting to CGU.Type in the schemaArrayItemsToFieldType function.

Also a test case was added for inline schemas for objects with properties.

Co-authored-by: David david@flipstone.com