diff --git a/generators-yml.schema.json b/generators-yml.schema.json index ad19b13484e..954172aa04f 100644 --- a/generators-yml.schema.json +++ b/generators-yml.schema.json @@ -1274,6 +1274,16 @@ "type": "null" } ] + }, + "object-query-parameters": { + "oneOf": [ + { + "type": "boolean" + }, + { + "type": "null" + } + ] } }, "additionalProperties": false