A code block.
Properties
No description available.
maxLength: 64 bytes
No description available.
maxLength: 100000 bytesmaxGraphemes: 10000 graphemes
View raw schema
{
"type": "object",
"required": [
"text"
],
"properties": {
"lang": {
"type": "string",
"maxLength": 64
},
"text": {
"type": "string",
"maxLength": 100000,
"maxGraphemes": 10000
}
},
"description": "A code block."
}
An embedded image.
Properties
No description available.
maxLength: 10000 bytesmaxGraphemes: 1000 graphemes
No description available.
maxSize: 2.0 MB
View raw schema
{
"type": "object",
"required": [
"image"
],
"properties": {
"alt": {
"type": "string",
"maxLength": 10000,
"maxGraphemes": 1000
},
"image": {
"type": "blob",
"accept": [
"image/*"
],
"maxSize": 2000000
}
},
"description": "An embedded image."
}
A quote block, optionally attributed to another record (e.g. the reply being quoted).
Properties
No description available.
No description available.
No description available.
maxLength: 100000 bytesmaxGraphemes: 10000 graphemes
View raw schema
{
"type": "object",
"required": [
"text"
],
"properties": {
"text": {
"type": "string",
"maxLength": 100000,
"maxGraphemes": 10000
},
"facets": {
"type": "array",
"items": {
"ref": "app.atmobb.richtext.facet",
"type": "ref"
}
},
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
}
},
"description": "A quote block, optionally attributed to another record (e.g. the reply being quoted)."
}
A paragraph of rich text.
Properties
No description available.
No description available.
maxLength: 100000 bytesmaxGraphemes: 10000 graphemes
View raw schema
{
"type": "object",
"required": [
"text"
],
"properties": {
"text": {
"type": "string",
"maxLength": 100000,
"maxGraphemes": 10000
},
"facets": {
"type": "array",
"items": {
"ref": "app.atmobb.richtext.facet",
"type": "ref"
}
}
},
"description": "A paragraph of rich text."
}