Skip to content

Version 1.4.0

Choose a tag to compare

@nikcio nikcio released this 26 Aug 20:38
· 8 commits to main since this release
c7bdfae

Added

  • Hoist inline object schemas into named C# records (nested objects, allOf compositions, and oneOf/anyOf unions of $refs)
  • Empty type: object schemas now resolve to IReadOnlyDictionary<string, object?> instead of object (per OpenAPI 3.0 where additionalProperties defaults to true)