{
"id": "farm.lore.content",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"world",
"createdAt"
],
"properties": {
"world": {
"type": "string",
"maxLength": 253,
"description": "The world domain this content belongs to."
},
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "Reference to the Bluesky post being declared as lore."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp of the lore declaration."
}
}
},
"description": "Declares a Bluesky post as lore for a specific world. The subject references the post being declared as lore."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "A post declared as lore for a world."
}