No description available.
Record Key
self
Properties
View raw schema
{
"key": "self",
"type": "record",
"record": {
"type": "object",
"required": [
"createdAt",
"policies"
],
"properties": {
"policies": {
"type": "string"
},
"createdAt": {
"type": "string",
"format": "timestamp"
},
"signatures": {
"type": "array",
"items": {
"refs": [
"com.atproto.repo.strongRef",
"how.atprotocol.profileSignature"
],
"type": "union"
}
}
}
}
}