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

Scalars

StringTestType

This is a type which contains test data for string properties.

stringExample​
String​

Description Text including rendered markdown.

Default: 0​MinLength: 1​MaxLength: 70 909​Pattern: [0-9|-]+​
Example: json
{
"stringExample": "0123456"
}

NumberTestType

Tests JSON type "number",

numberExample​
Float​

IntegerTestType

This is a type which contains test data for Integer properties.

integerExample​
Int​

Description Text of that integer value including rendered markdown.

Default: 1​Maximum: 64 650​
integerExampleInt32​
Int​

Tests an int32.

FloatTestType

This is a type which contains test data for Float properties.

floatExample​
Float​

Description Text including rendered markdown.

Default: 1.5​Minimum: 0.1​Maximum: 2.23​

BooleanTestType

booleanExample​
Boolean​

Description text including rendered markdown.

Default: true​