A public self-declaration record for an account using ATGallery.
Record Key
literal:self
Fixed literal value
Properties
blobCount
integer
Optional
No description available.
minimum: 0client
string
Optional
No description available.
maxLength: 100 bytescreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
formatVersion
integer
Required
No description available.
totalBytes
integer
Optional
No description available.
minimum: 0updatedAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"formatVersion",
"createdAt"
],
"properties": {
"client": {
"type": "string",
"maxLength": 100
},
"blobCount": {
"type": "integer",
"minimum": 0
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"updatedAt": {
"type": "string",
"format": "datetime"
},
"totalBytes": {
"type": "integer",
"minimum": 0
},
"formatVersion": {
"type": "integer",
"const": 1
}
}
},
"description": "A public self-declaration record for an account using ATGallery."
}