{
"id": "ink.branchline.seed",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"grantee": {
"type": "string",
"format": "did",
"description": "The DID of the grantee."
},
"grantor": {
"type": "string",
"format": "at-uri",
"description": "The seed that this was granted from"
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "The timestamp of the grant."
},
"expiresAt": {
"type": "string",
"format": "datetime",
"description": "The timestamp of the grant expiration."
}
},
"required": [
"grantee",
"createdAt"
],
"description": "A seed, the permission to plant a story tree."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}