{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "tiwater.office-mcp-input/docx_apply_toc_style_policy",
  "type": "object",
  "properties": {
    "input": { "type": "string", "minLength": 1, "x-tiwater-file-role": "read", "x-tiwater-document-revision-role": "current" },
    "italic": { "type": "boolean" },
    "indentCharactersPerLevel": { "type": "integer", "minimum": 0, "maximum": 21474836 },
    "output": { "type": "string", "minLength": 1, "description": "Output DOCX path; may equal input for an atomic in-place update.", "x-tiwater-file-role": "write" },
    "receiptOutput": {
      "type": "string",
      "minLength": 1,
      "x-tiwater-file-role": "write",
      "x-tiwater-file-effect": false
    }
  },
  "required": ["input", "italic", "indentCharactersPerLevel", "output", "receiptOutput"],
  "additionalProperties": false
}
