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
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
Is it really true that only scalar map keys are allowed for RAML? Or is it just that the parser doesn't know how to handle the <<: key? (I am not even sure whether << is a scalar or not)
The text was updated successfully, but these errors were encountered:
I can't use yaml's ability to extend objects defined earlier, I get an error
only scalar map keys are allowed in RAML
. Here's an example:which should expand to
Is it really true that only scalar map keys are allowed for RAML? Or is it just that the parser doesn't know how to handle the
<<:
key? (I am not even sure whether<<
is a scalar or not)The text was updated successfully, but these errors were encountered: