A seed, the permission to plant a story tree.
Record Key
tid
Timestamp-based ID
View raw schema
{
"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."
}