JSON Schema Bug Fixes
Pre-release
Pre-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