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.
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.