Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.23 KB

File metadata and controls

22 lines (16 loc) · 1.23 KB

PropertyValue

Represents the value of a property. The following table provides expected representations of scalar data types:

Type JSON encoding Example
Date ISO 8601 extended local date string "2021-05-01"
Decimal string "2.718281828"
Double number 3.14159265
Integer number 238940
Long string "58319870951433"
String string "Call me Ishmael"
Timestamp ISO 8601 extended offset date-time string in UTC zone "2021-01-04T05:00:00Z"

Type

Any

[Back to Model list] [Back to API list] [Back to README]