Closed
Description
From the specification it is a little ambiguous what the allowEmptyValue
entails, notably what empty
means:
- is a string containing only whitespaces considered empty?
- does it only affect a
query
parameter when its value is oftype: string
? Or would0
,false
,[]
or{}
qualify asempty
when aquery
parameter is of anothertype
?