No description available.
any
Any valid record key
Properties
preferences
ref
#preferenceSet
Required
No description available.
scope
union
Required
What this record's preferences apply to.
updatedAt
string
datetime
Required
Timestamp of the most recent change to this record.
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"updatedAt",
"scope",
"preferences"
],
"properties": {
"scope": {
"refs": [
"#globalScope",
"#entityScope",
"#collectionScope"
],
"type": "union",
"description": "What this record's preferences apply to."
},
"updatedAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp of the most recent change to this record."
},
"preferences": {
"ref": "#preferenceSet",
"type": "ref"
}
}
}
}