This is a global notification. You can write markdown here! Link to official website
Examples
ExamplesTestType
fooString  | |
bazInt  | |
booBoolean  | 
Example: Full Examplejson
{"foo": "A foo string","baz": 1,"boo": false}
Example: Example in RAML notationjson
{"foo": "bar","baz": 100,"boo": false}
Example: Full Example with default strict settingjson
{"foo-wrong": "name wrong","baz": "should be an integer","boo": null}
Example: simpleExamplejson
{"foo": "A foo string","baz": 1,"boo": false}
SingleExampleTestType
fooString  | |
bazInt  | |
booBoolean  | 
Example: json
{"foo": "A foo string","baz": 1,"boo": false}
SingleFullExampleTestType
fooString  | |
bazInt  | |
booBoolean  | 
Example: Full Examplejson
{"foo": "A foo string","baz": 1,"boo": false}