org.simocracy.style
Speaking and reply style for a sim — describes how the sim communicates.
record · key tid
Speaking and reply style for a sim — describes how the sim communicates.
sim*
strongRef
description*
A description of the sim's speaking and reply style.
string · max 3000
descriptionFacets
facet[]
createdAt*
datetime
updatedAt
Timestamp when the record was last updated
datetime
▸ Raw lexicon JSON
{
"lexicon": 1,
"id": "org.simocracy.style",
"defs": {
"main": {
"type": "record",
"description": "Speaking and reply style for a sim — describes how the sim communicates.",
"key": "tid",
"record": {
"type": "object",
"required": [
"sim",
"description",
"createdAt"
],
"properties": {
"sim": {
"type": "ref",
"ref": "com.atproto.repo.strongRef"
},
"description": {
"type": "string",
"maxGraphemes": 3000,
"maxLength": 30000,
"description": "A description of the sim's speaking and reply style."
},
"descriptionFacets": {
"type": "array",
"items": {
"type": "ref",
"ref": "app.bsky.richtext.facet"
}
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"updatedAt": {
"type": "string",
"format": "datetime",
"description": "Timestamp when the record was last updated"
}
}
}
}
}
}