Skip to content

Instantly share code, notes, and snippets.

@emoran
Created September 19, 2020 12:15
Show Gist options
  • Save emoran/d7c83954b611e86ad98da2a28dd55f5c to your computer and use it in GitHub Desktop.
Save emoran/d7c83954b611e86ad98da2a28dd55f5c to your computer and use it in GitHub Desktop.
#%RAML 1.0
title: Sample API
/persons:
get:
responses:
200:
body:
application/json:
example: |
[{
"id": 1,
"name": "Edgar Moran",
"username": "emoran",
"email": "yucel.moran@some.test",
"address": {
"street": "Kulas Light",
"suite": "Apt. 556",
"city": "Gwenborough",
"zipcode": "92998-3874",
"geo": {
"lat": "-37.3159",
"lng": "81.1496"
}
}}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment