Created by: bjgill
Accounts for changes in https://github.com/OpenAPITools/openapi-generator/pull/930. Adds a nullable field to the sample to reduce the risk of this regressing again in future.
./bin/
to update Petstore sample so that CIs can verify the change. (For instance, only need to run ./bin/{LANG}-petstore.sh
and ./bin/security/{LANG}-petstore.sh
if updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in .\bin\windows\
.master
, 3.3.x
, 4.0.x
. Default: master
.Accounts for changes in #930. Adds a nullable field to the sample to reduce the risk of this regressing in future.
This PR basically renames x-nullable
to isNullable
in the mustache template.