petrochenko-pavel-a / raml-js-parser2-issues

0 stars 0 forks source link

Remove `allowMultiple` from annotation types #31

Closed VasiliyLysokobylko closed 8 years ago

VasiliyLysokobylko commented 8 years ago

According to the YAML spec, multiple keys with the same name are not allowed. RAML should also comply to that and therefore the spec should not allow to define annotations multiple times to the same node. Hence remove the property allowMultiple from the annotation type node.

VasiliyLysokobylko commented 8 years ago

https://github.com/raml-org/raml-spec/issues/288

petrochenko-pavel-a commented 8 years ago

Already implemented