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

0 stars 0 forks source link

Add new ABNF notation for fragments to section "Markup Language" #7

Closed VasiliyLysokobylko closed 8 years ago

VasiliyLysokobylko commented 8 years ago

Currently, RC1 does not describe any standard notation for the first line of any RAML file (being the main API or any fragment). Let's add the following to illustrate that in a bit more details:


The first line of a RAML specification compliant document MUST match the IETF RFC5234 – Augmented BNF for Syntax Specifications:

“#%RAML” SP “1.0” SP [FragmentType] CRLF

VasiliyLysokobylko commented 8 years ago

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

petrochenko-pavel-a commented 8 years ago

This issue is not related to parser