A question asked on questionable.fyi
Record Key
tid
Timestamp-based ID
Properties
content
ref
fyi.questionable.richtext.content
Required
No description available.
contextRef
ref
com.atproto.repo.strongRef
Optional
Indicates the context in which this question was asked. Currently only fyi.questionable.actor.profile
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
languages
array
of
string
language
Optional
Indicates human language of the primary text content.
maxLength: 3 itemssummary
string
Required
A short summary of the question
maxLength: 3000 bytesminLength: 1 bytesmaxGraphemes: 300 graphemesView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"summary",
"content",
"createdAt"
],
"properties": {
"content": {
"ref": "fyi.questionable.richtext.content",
"type": "ref"
},
"summary": {
"type": "string",
"maxLength": 3000,
"minLength": 1,
"description": "A short summary of the question",
"maxGraphemes": 300
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"languages": {
"type": "array",
"items": {
"type": "string",
"format": "language"
},
"maxLength": 3,
"description": "Indicates human language of the primary text content."
},
"contextRef": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "Indicates the context in which this question was asked. Currently only fyi.questionable.actor.profile"
}
}
},
"description": "A question asked on questionable.fyi"
}