forked from loafle/openapi-generator-original
changed to Boolean to allow null values
This commit is contained in:
parent
86f9a0a58a
commit
7167bf28c7
@ -9,5 +9,5 @@ public class CodegenParameter {
|
||||
* this property is required and its value MUST be true. Otherwise, the property
|
||||
* MAY be included and its default value is false.
|
||||
*/
|
||||
public boolean required;
|
||||
public Boolean required;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user