{
"id": "org.simocracy.interviewTemplate",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"questions",
"createdAt"
],
"properties": {
"name": {
"type": "string",
"maxLength": 3000,
"maxGraphemes": 300
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"questions": {
"type": "array",
"items": {
"ref": "#question",
"type": "ref"
},
"maxLength": 40,
"minLength": 1
},
"description": {
"type": "string",
"maxLength": 30000,
"maxGraphemes": 3000
},
"descriptionFacets": {
"type": "array",
"items": {
"ref": "app.bsky.richtext.facet",
"type": "ref"
}
}
}
},
"description": "A reusable interview questionnaire template. Captures the questions a sim creator is asked to derive constitution and style."
},
"question": {
"type": "object",
"required": [
"id",
"type",
"prompt"
],
"properties": {
"id": {
"type": "string",
"maxLength": 64,
"description": "Stable ID — lets answers survive prompt edits."
},
"type": {
"type": "string",
"knownValues": [
"open",
"text",
"yesNo"
]
},
"prompt": {
"type": "string",
"maxLength": 1000
},
"required": {
"type": "boolean",
"default": false
}
},
"description": "A single question inside an interview template."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:qoti4acfmc5wg6zzmtix6hse
- CID
-
bafyreiag43ju32vtuoh4vp5l62wg7fmd4bivtuhrrjum5xjf7f6arxho2u
- Indexed At
- 2026-04-24 18:20 UTC
- AT-URI
-
at://did:plc:qoti4acfmc5wg6zzmtix6hse/com.atproto.lexicon.schema/org.simocracy.interviewTemplate