{
"id": "app.gainforest.organization.defaultSite",
"defs": {
"main": {
"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"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}