Properties
View raw schema
{
"type": "object",
"required": [
"plaintext"
],
"properties": {
"facets": {
"type": "array",
"items": {
"refs": [
"app.bsky.richtext.facet"
],
"type": "union"
}
},
"plaintext": {
"type": "string"
}
}
}