Description
Generator no longer supports additonalProperties with boolean value. Error -attribute components.schemas.<...>.additionalProperties is not of type 'object' being returned for such.
openapi-generator version
It's regression for 4.0.0
OpenAPI declaration file content or url
{
"type": "object",
"additionalProperties": true
}
Description
Generator no longer supports
additonalPropertieswith boolean value. Error-attribute components.schemas.<...>.additionalProperties is not of type 'object'being returned for such.openapi-generator version
It's regression for 4.0.0
OpenAPI declaration file content or url
{ "type": "object", "additionalProperties": true }