jdiegodcp / ramlfications

Python parser for RAML
https://ramlfications.readthedocs.org
Apache License 2.0
234 stars 50 forks source link

RAML 1.0: repeat for parameters is gone #115

Open freddrake opened 7 years ago

freddrake commented 7 years ago

The repeat aspect for a named parameter is no longer a thing; headers and query parameters can be arrays to indicate acceptance of multiple values.

This will impact BaseParameterParser in ramlfications.parser.parameters, at least.

0.8: https://github.com/raml-org/raml-spec/blob/master/versions/raml-08/raml-08.md#repeat

1.0: https://github.com/raml-org/raml-spec/blob/master/versions/raml-10/raml-10.md#headers

suyog-sathe commented 7 years ago

Is there any solution for this?