User profile for ATCR registry. Stores preferences like default hold for blob storage.
Record Key
literal:self
Fixed literal value
Properties
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"createdAt"
],
"properties": {
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Profile creation timestamp"
},
"updatedAt": {
"type": "string",
"format": "datetime",
"description": "Profile last updated timestamp"
},
"defaultHold": {
"type": "string",
"format": "uri",
"description": "Default hold endpoint for blob storage. If null, user has opted out of defaults."
}
}
},
"description": "User profile for ATCR registry. Stores preferences like default hold for blob storage."
}