Skip to content

Instantly share code, notes, and snippets.

@maxlinc
Last active August 29, 2015 14:04
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 maxlinc/6732cb9dc1cc05e1a85a to your computer and use it in GitHub Desktop.
Save maxlinc/6732cb9dc1cc05e1a85a to your computer and use it in GitHub Desktop.
examples
---
examples:
application/json:
category:
name: domestic
id: 9
name: monster
status: alive
tags:
-
name: "for sale"
application/xml: |-
<animal>
<category>
<name>domestic</name>
</category>
<id>9</id>
<name>monster</name>
<status>alive</status>
<tags>
<name>for sale</name>
</tags>
<animal>
---
examples:
- contentType: application/json
content:
category:
name: domestic
id: 9
name: monster
status: alive
tags:
-
name: "for sale"
- contentType: application/xml
content: |-
<animal>
<category>
<name>domestic</name>
</category>
<id>9</id>
<name>monster</name>
<status>alive</status>
<tags>
<name>for sale</name>
</tags>
<animal>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment