No description available.
Properties
View raw schema
{
"type": "object",
"required": [
"content"
],
"properties": {
"content": {
"refs": [
"#plaintextParagraph"
],
"type": "union"
}
}
}
No description available.
{
"type": "object",
"required": [
"content"
],
"properties": {
"content": {
"refs": [
"#plaintextParagraph"
],
"type": "union"
}
}
}
No description available.
{
"type": "object",
"required": [
"text"
],
"properties": {
"text": {
"type": "string",
"maxLength": 100000,
"maxGraphemes": 10000
}
}
}