Skip to content

Instantly share code, notes, and snippets.

@netmilk
Last active April 14, 2016 13:07
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 netmilk/0f7eed01f33edc3ecf26 to your computer and use it in GitHub Desktop.
Save netmilk/0f7eed01f33edc3ecf26 to your computer and use it in GitHub Desktop.
MSON Inheritance and Reference with an Object in an Array with bad syntax
# MSON Inheritance and Reference in Body Attribuets in Embed
[Documentation in Apiary](http://docs.embedbodyattributestest1.apiary.io/)
## Links to customized embeds
- [Custom mahine column ](http://rawgit.com/netmilk/ee037a5a56681ea7b39c/raw/6200066f781a5773d46dad055c160a8446131c6e/10.html)
- [Custom human column ](http://rawgit.com/netmilk/c697c9aacda05de0f1a1/raw/6c44ed735ccc8fee44ac6fddd776f0caf4699720/9.html)
- [Another Custom machine column](http://rawgit.com/netmilk/e7b65b7377dd1a9ee0a3/raw/05135483d8699333677750f8189e63f579f17ae3/12.html)
## Message Resource [/resource]
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
### Create a Message [POST]
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
+ Request
+ Attributes (Message)
+ Response 200
+ Attributes
+ id (string)
+ message (Message) - Message attribute description
## Message Resource with a model [/another_uri]
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
+ Attributes (Message)
## Get a Message [GET]
+ Response 200
# Data Structures
## Complication (object)
+ myObject
+ someNestedKey: dsadas - Some description
+ someNestedKey2: dsadas - Some other description
+ myArray (array)
- A
- B
- myObject
- key1: value1
- key2: value2 - Nested Object in Array description
## Message (object)
- include Complication
- text: Hello!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment