Skip to content

Instantly share code, notes, and snippets.

@jstoiko
Created April 11, 2018 07:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jstoiko/57d1b33f3b195b8ddae8df50727ed977 to your computer and use it in GitHub Desktop.
Save jstoiko/57d1b33f3b195b8ddae8df50727ed977 to your computer and use it in GitHub Desktop.
#%RAML 1.0
title: Example API
mediaType: application/json
traits:
sparsable: !include sparsable.raml
/resource:
get:
is: [ sparsable: { fieldset: Foo|Bar } ]
responses:
200:
body:
properties:
Foo: string
Bar: integer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment