I am attempting to use a JSON schema to POCO converter, and I am receiving the following error when loading the https://github.com/OAI/OpenAPI-Specification/blob/master/schemas/v2.0/schema.json file.
I have attempted a number of tools to build there objects in C# but they all throw a similar error. unfortunately none of the tools specify what Array is attempting to be converted to Boolean.
is there a typo here?
I am attempting to use a JSON schema to POCO converter, and I am receiving the following error when loading the https://github.com/OAI/OpenAPI-Specification/blob/master/schemas/v2.0/schema.json file.
I have attempted a number of tools to build there objects in C# but they all throw a similar error. unfortunately none of the tools specify what Array is attempting to be converted to Boolean.
is there a typo here?