Skip to main content

PropertyValueData

NameDescriptionType
property_defProperty definition ID.number
data_functionFunction that modifies the property value.DataFunctionCall
parent_child_behaviorParent-child behaviour, used within hierarchic value lists.ParentChildBehavior

Example

{
"property_def": 0,
"data_function": {
"data_function": 9 /* Enum: DataFunction */,
"data": {
"year": {},
"month": {},
"year_and_month": {},
"date": {},
"days_from": {},
"days_to": {},
"integer_segment": {
"segment_size": 0
},
"left_characters": {
"count": 0
},
"initial_character_group": {
"lcid": 0
}
}
},
"parent_child_behavior": 2 /* Enum: ParentChildBehavior */
}