Integer
|
Integer types are a number without a fractional or decimal component.
|
Array
|
Array types are used to represent a list of values.
|
DateTime
|
Dates and times should be represented in the following format: "YYYY-MM-DDThh:mm:ss[.s]".
|
Boolean
|
The following values can be used to represent true and false. Values: true, false.
|
String
|
String types are a sequence of UTF-8 characters.
|
Object
|
Object types are a JSON object.
|
Float
|
Floating point numbers.
|
Guid
|
String with 32 hexadecimal digits with groups separated by hyphens. Example: "21ec2020-3aea-4069-a2dd-08002b30309d".
|