#%RAML 0.8 --- title: Example API baseUri: http://localhost:3000 traits: - first: description: <> and <> and <> and <> queryParameters: <>: description: Applepie resourceTypes: - second: description: <> and <> and <> /first: get: is: [ first: { fooBar: Hello } ] /second: type: { second: { applePie: World } } /third: /fourth: type: { second: { applePie: Finish } }