- Fix unused variable build error under GCC.
- Link child JSON object to the parent CS.
- Generate edk2 FDF file.
- Fixe the issue when turn nested JSON object into nested C structure.
- Fix the duplicated function name issue. This issue is caused by the identical Redfish property name defined in the different schemas.
- Fixes the issue of removing "CS" from the property name accidentally if there is the "CS" pattern in the property name.
- Update EDK2 auto-generated files.
- Add AUTHORS.md, CHANGELOG.md and LICENSE.md.
- Verified on schema2020.4 release.
- Support empty property (e.g. "properties": {})
- Initial version