{
  "title": "rich-text",
  "type": "object",
  "properties": {
    "nodes": {
      "type": [
        "array",
        "string"
      ],
      "description": "节点列表/HTML String",
      "defaultValue": "[]"
    },
    "space": {
      "type": "string",
      "description": "显示连续空格",
      "enum": [
        "ensp",
        "emsp",
        "nbsp"
      ]
    },
    "user-select": {
      "type": "boolean",
      "description": "文本是否可选，该属性会使节点显示为 block",
      "defaultValue": false
    }
  },
  "additionalProperties": false
}