Understanding the representation of values in our documentation
null are replaced with placeholders relevant to the data type. Below is a breakdown of how null values are represented for each type:
"<string>"123123{}["<any>"]true<any>null, however, it will be rendered as "null", in a string format, in all of our documentation examples. This approach is maintained for backward compatibility, ensuring that integrations remain functional without disruption. Deprecated fields will also have the "DEPRECATED" prefix in their descriptions.
"0" should be interpreted as the integer 0"false" should be interpreted as the boolean false