No description available.
Record Key
literal:self
Fixed literal value
Properties
communicationPreferences
ref
#communicationPreferences
Required
User's opt-in/out preferences for communications.
createdAt
string
datetime
Required
ISO 8601 timestamp when this profile record was created.
pdsPreferences
ref
#pdsPreferences
Required
User's opt-in/out preferences for PDS features.
updatedAt
string
datetime
Optional
ISO 8601 timestamp when this profile record was updated.
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"createdAt",
"pdsPreferences",
"communicationPreferences"
],
"properties": {
"createdAt": {
"type": "string",
"format": "datetime",
"description": "ISO 8601 timestamp when this profile record was created."
},
"updatedAt": {
"type": "string",
"format": "datetime",
"description": "ISO 8601 timestamp when this profile record was updated."
},
"pdsPreferences": {
"ref": "#pdsPreferences",
"type": "ref",
"description": "User's opt-in/out preferences for PDS features."
},
"communicationPreferences": {
"ref": "#communicationPreferences",
"type": "ref",
"description": "User's opt-in/out preferences for communications."
}
},
"description": "Tophhie profile record"
}
}