allowEmptyValue property

bool allowEmptyValue
final

Whether empty values are allowed for this parameter.

Note: In OpenAPI 3.0, allowEmptyValue applies to query params only. Some backends also interpret it for headers; this generator preserves the flag for downstream handling and documentation.

Implementation

final bool allowEmptyValue;