{
"id": "at.marque.team",
"defs": {
"main": {
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"domain",
"createdAt",
"updatedAt"
],
"properties": {
"domain": {
"type": "string",
"maxLength": 253,
"description": "Fully qualified domain name this team applies to, e.g. example.com."
},
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "Strong reference to the owner's at.marque.domain record."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "When the team record was created."
},
"updatedAt": {
"type": "string",
"format": "datetime",
"description": "When the team record was last updated."
}
}
},
"description": "Record representing the team for one domain. The record key is the domain name, created lazily with the first accepted membership."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "A team for a single domain managed by Marque, owned by the domain owner. Stored in the owner's repository."
}