Information icon

This is a global notification. You can write markdown here! Link to official website

Examples

ExamplesTestType
Clipboard icon

foo
String
baz
Int
boo
Boolean
Example: Full Examplejson
{
"foo": "A foo string",
"baz": 1,
"boo": false
}
Clipboard icon
Example: Example in RAML notationjson
{
"foo": "bar",
"baz": 100,
"boo": false
}
Clipboard icon
Example: Full Example with default strict settingjson
{
"foo-wrong": "name wrong",
"baz": "should be an integer",
"boo": null
}
Clipboard icon
Example: simpleExamplejson
{
"foo": "A foo string",
"baz": 1,
"boo": false
}
Clipboard icon

SingleExampleTestType
Clipboard icon

foo
String
baz
Int
boo
Boolean
Example: json
{
"foo": "A foo string",
"baz": 1,
"boo": false
}
Clipboard icon

SingleFullExampleTestType
Clipboard icon

foo
String
baz
Int
boo
Boolean
Example: Full Examplejson
{
"foo": "A foo string",
"baz": 1,
"boo": false
}
Clipboard icon