No description available.
Record Key
self
Properties
View raw schema
{
"key": "self",
"type": "record",
"record": {
"type": "object",
"required": [
"uris",
"createdAt"
],
"properties": {
"uris": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
},
"description": "List of AT-URIs controlled by the user."
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"updatedAt": {
"type": "string",
"format": "datetime"
}
}
}
}