apiaryio / drafter

API Blueprint Parser (C++)
https://apiblueprint.org/
MIT License
302 stars 54 forks source link

Report possible keywords #621

Open abtris opened 10 years ago

abtris commented 10 years ago

@zdne opened apiaryio/snowcrash#65

For example in

# Resource [/]
+ Model
    + Body (application/json)

            { ... }

The + Body (application/json) is not recognized as a body (content type should be defined on the model level) and thus the whole list item is considered to be model's description.

abtris commented 10 years ago

@zdne commented

refer to apiaryio/snowcrash#31