apiaryio / api-blueprint

API Blueprint
https://apiblueprint.org
MIT License
8.64k stars 2.14k forks source link

Remove Paramerer enum value descriptions from the specification #299

Closed kylef closed 8 years ago

kylef commented 8 years ago

These are not supported in any parser, Refract nor the API Blueprint AST and therefore should be removed from the specification.

This will be later supported once RFC3 has been implemented (https://github.com/apiaryio/api-blueprint-rfcs/pull/3).

zdne commented 8 years ago

Just for the record. This means following wont't be supported for the time being:

# API 
## GET /{i}
- parameters
    - i: 2 (enum)
        - Members
           - 1 - Hello World!
           - 2
- response 200