[FEATURE][Spec Linter] Enforce string or string[]
for comma-seperated path params
#514
Labels
enhancement
New feature or request
Many OpenSearch path params accept an array of values in the form of
comma-separated list of values
. This can be represented as a string or an array:However, many of of such path params in our spec are described as one of the two, but not both. To enforce this, we should look for 1 of the following:
comma separated
orcomma deliminated
(with or without hyphen), we must also enforcestring | string[]
schema.The text was updated successfully, but these errors were encountered: