A declaration of the default site for an organization
Record Key
literal:self
Fixed literal value
Properties
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"site",
"createdAt"
],
"properties": {
"site": {
"type": "string",
"format": "at-uri",
"description": "The reference to the default site record in the PDS"
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "The date and time of the creation of the record"
}
}
},
"description": "A declaration of the default site for an organization"
}