|
Post by amateurece on Mar 14, 2023 3:00:50 GMT
Hey, all!
I'm developing an open source tool which translates the OpenAPI documents and Redfish Standard Registries Bundle into Rust code, and I believe I've discovered a couple of issues with these documents at the 2022.3 revision.
The patch for the Standard Registry Specification resolves a couple of json-schema types from "String" to "string", and can be found here:
And the patches for the Redfish Schema Bundle include adding some backslashes which appear to be missing, and fix the capitalization of "ResourceBlocks" to make it consistent across all instances. Those patches can be found here:
Additionally, if any of these are not actually errors in the specification, I'd be delighted to find out so that I can update my code generation tool . Thanks for all your hard work!
|
|
|
Post by mraineri on Mar 14, 2023 12:06:30 GMT
Those certainly look like mistakes to me! Thanks for pointing this out; I'll raise this for others to review.
|
|