This is a global notification. You can write markdown here! Link to official website
Examples
ExamplesTestType
foo String | |
baz Int | |
boo Boolean |
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
Example: json
{"foo" : "A foo string","baz" : 1,"boo" : false}
SingleFullExampleTestType
Example: Full Examplejson
{"foo" : "A foo string","baz" : 1,"boo" : false}