Data Types
Last updated
Last updated
The internet object schema defines six data types that include string, number, int, int32, int16, byte, email, url, datetime, date, time, bool, object, array or any.
The types string and number have subtypes. The email, url, datetime, date and time are subtypes of string. The int, int32, int16, byte are subtypes of number.
Typedefs are a memberdef schema for the specified type. They define the constraints for the particular data type. The following example
Some of the valid String MemberDef values are...
As shown in the example above, Objects, Numbers, Arrays, Boolean, and Any have their respective TypeDef.