You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- in: query
name: ids
type: array
uniqueItems: true
collectionFormat: csv
required: true
minItems: 1
items:
type: string
description: A comma-separated list of ids, as a string
The validator only seems to check that the parameter is present, but will not check if it is empty or if the number of items matches when it is present but no value is assigned.
The text was updated successfully, but these errors were encountered:
I have the following definition:
The validator only seems to check that the parameter is present, but will not check if it is empty or if the number of items matches when it is present but no value is assigned.
The text was updated successfully, but these errors were encountered: