You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Optional] Sponsorship to speed up the bug fix or feature request (example)
Description
Warninng: [main] WARN o.o.codegen.DefaultCodegen - 'GeneralProduct' defines discriminator 'type', but the referenced schema 'HomeProduct' is incorrect. type is missing from the schema, define it as required and type string
Bug Report Checklist
Description
Warninng: [main] WARN o.o.codegen.DefaultCodegen - 'GeneralProduct' defines discriminator 'type', but the referenced schema 'HomeProduct' is incorrect. type is missing from the schema, define it as required and type string
openapi-generator version
7.7.0
OpenAPI declaration file content or url
Generation Details
java -jar codegen/openapi-generator-cli-7.7.0.jar generate -i ./api.json -g php --invoker-package=Test\Main --api-package=Client --model-package=Models --additional-properties=variableNamingConvention=camelCase --additional-properties=disallowAdditionalPropertiesIfNotPresent=false --additional-properties=legacyDiscriminatorBehavior=false -o /tmp/
Steps to reproduce
Generate a library
The text was updated successfully, but these errors were encountered: