PropertyValueWithMetadataArray
This struct contains just an array of property values and the metadata belonging to the properties.
| Name | Description | Type |
|---|---|---|
value | Property value metadata. | PropertyValueWithMetadata[] |
Example
{
"value": [] /* Array of PropertyValueWithMetadata */
}