If the request included a contentProperties entry with a value of true, the result has a contentProperties entry containing zero or more contentProperty entries. Each contentProperty entry contains the entries listed below.
- expression
- The expression that specifies how HCP locates the property value in the custom metadata XML.
- format
- The pattern used to parse a number or date value in the XML custom metadata. For example, the format used for dollar values for a content property with a type of float might be $#,##0.00.
- This entry is included for integer, float, and date types only.
- multivalued
- An indication of whether the property can have multiple values.
- name
- The content property name.
- type
- The content property data type. One of:
- BOOLEAN
- DATE
- FLOAT
- INTEGER
- TOKENIZED (full-text searchable string)
- STRING