janrain/raml-fleece

Version parameter not displayed

Opened this issue · 0 comments

The following example from the RAML spec should display the version number, but currently raml-fleece doesn't:

title: Salesforce Chatter REST API
version: v28.0
baseUri: https://na1.salesforce.com/services/data/{version}/chatter

Instead, it currently just renders it as:

version [string] [required]