{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "NamedStyle",
"type": "object",
"description": "A named style that can be applied to paragraphs.",
"properties": {
"namedStyleType": {
"type": "string",
"description": "The type of this named style."
}
}
}