Skip to content

JSON Schema Bug Fixes

Pre-release
Pre-release

Choose a tag to compare

@jnterry jnterry released this 27 Feb 23:15
· 5 commits to master since this release
  • Add id field to JSON schema, and to toJSON output
  • Ensure fields that are not required and that are null are not include in the toJSON
  • Add unit tests to ensure the toJSON output meets the generated schema
  • Other misc JSON schema fixes