> ## Documentation Index
> Fetch the complete documentation index at: https://superdoc-nick-sd-2070-add-content-controls-namespace-to-doc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# capabilities.get

> Query runtime capabilities supported by the current document engine.

> Alpha: Document API is currently alpha and subject to breaking changes.

## Summary

Query runtime capabilities supported by the current document engine.

* Operation ID: `capabilities.get`
* API member path: `editor.doc.capabilities()`
* Mutates document: `no`
* Idempotency: `idempotent`
* Supports tracked mode: `no`
* Supports dry run: `no`
* Deterministic target resolution: `yes`

## Expected result

Returns a DocumentApiCapabilities object describing supported features of the current engine.

## Input fields

*No fields.*

### Example request

```json theme={null}
{}
```

## Output fields

| Field                                                                        | Type      | Required | Description                                                |
| ---------------------------------------------------------------------------- | --------- | -------- | ---------------------------------------------------------- |
| `format`                                                                     | object    | yes      |                                                            |
| `format.supportedInlineProperties`                                           | object    | yes      |                                                            |
| `format.supportedInlineProperties.bCs`                                       | object    | yes      |                                                            |
| `format.supportedInlineProperties.bCs.available`                             | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.bCs.storage`                               | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.bCs.tracked`                               | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.bCs.type`                                  | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.bold`                                      | object    | yes      |                                                            |
| `format.supportedInlineProperties.bold.available`                            | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.bold.storage`                              | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.bold.tracked`                              | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.bold.type`                                 | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.border`                                    | object    | yes      |                                                            |
| `format.supportedInlineProperties.border.available`                          | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.border.storage`                            | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.border.tracked`                            | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.border.type`                               | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.caps`                                      | object    | yes      |                                                            |
| `format.supportedInlineProperties.caps.available`                            | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.caps.storage`                              | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.caps.tracked`                              | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.caps.type`                                 | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.charScale`                                 | object    | yes      |                                                            |
| `format.supportedInlineProperties.charScale.available`                       | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.charScale.storage`                         | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.charScale.tracked`                         | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.charScale.type`                            | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.color`                                     | object    | yes      |                                                            |
| `format.supportedInlineProperties.color.available`                           | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.color.storage`                             | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.color.tracked`                             | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.color.type`                                | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.contextualAlternates`                      | object    | yes      |                                                            |
| `format.supportedInlineProperties.contextualAlternates.available`            | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.contextualAlternates.storage`              | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.contextualAlternates.tracked`              | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.contextualAlternates.type`                 | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.cs`                                        | object    | yes      |                                                            |
| `format.supportedInlineProperties.cs.available`                              | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.cs.storage`                                | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.cs.tracked`                                | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.cs.type`                                   | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.dstrike`                                   | object    | yes      |                                                            |
| `format.supportedInlineProperties.dstrike.available`                         | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.dstrike.storage`                           | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.dstrike.tracked`                           | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.dstrike.type`                              | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.eastAsianLayout`                           | object    | yes      |                                                            |
| `format.supportedInlineProperties.eastAsianLayout.available`                 | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.eastAsianLayout.storage`                   | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.eastAsianLayout.tracked`                   | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.eastAsianLayout.type`                      | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.em`                                        | object    | yes      |                                                            |
| `format.supportedInlineProperties.em.available`                              | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.em.storage`                                | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.em.tracked`                                | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.em.type`                                   | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.emboss`                                    | object    | yes      |                                                            |
| `format.supportedInlineProperties.emboss.available`                          | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.emboss.storage`                            | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.emboss.tracked`                            | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.emboss.type`                               | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.fitText`                                   | object    | yes      |                                                            |
| `format.supportedInlineProperties.fitText.available`                         | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.fitText.storage`                           | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.fitText.tracked`                           | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.fitText.type`                              | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.fontFamily`                                | object    | yes      |                                                            |
| `format.supportedInlineProperties.fontFamily.available`                      | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.fontFamily.storage`                        | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.fontFamily.tracked`                        | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.fontFamily.type`                           | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.fontSize`                                  | object    | yes      |                                                            |
| `format.supportedInlineProperties.fontSize.available`                        | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.fontSize.storage`                          | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.fontSize.tracked`                          | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.fontSize.type`                             | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.fontSizeCs`                                | object    | yes      |                                                            |
| `format.supportedInlineProperties.fontSizeCs.available`                      | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.fontSizeCs.storage`                        | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.fontSizeCs.tracked`                        | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.fontSizeCs.type`                           | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.highlight`                                 | object    | yes      |                                                            |
| `format.supportedInlineProperties.highlight.available`                       | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.highlight.storage`                         | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.highlight.tracked`                         | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.highlight.type`                            | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.iCs`                                       | object    | yes      |                                                            |
| `format.supportedInlineProperties.iCs.available`                             | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.iCs.storage`                               | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.iCs.tracked`                               | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.iCs.type`                                  | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.imprint`                                   | object    | yes      |                                                            |
| `format.supportedInlineProperties.imprint.available`                         | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.imprint.storage`                           | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.imprint.tracked`                           | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.imprint.type`                              | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.italic`                                    | object    | yes      |                                                            |
| `format.supportedInlineProperties.italic.available`                          | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.italic.storage`                            | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.italic.tracked`                            | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.italic.type`                               | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.kerning`                                   | object    | yes      |                                                            |
| `format.supportedInlineProperties.kerning.available`                         | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.kerning.storage`                           | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.kerning.tracked`                           | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.kerning.type`                              | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.lang`                                      | object    | yes      |                                                            |
| `format.supportedInlineProperties.lang.available`                            | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.lang.storage`                              | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.lang.tracked`                              | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.lang.type`                                 | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.letterSpacing`                             | object    | yes      |                                                            |
| `format.supportedInlineProperties.letterSpacing.available`                   | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.letterSpacing.storage`                     | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.letterSpacing.tracked`                     | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.letterSpacing.type`                        | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.ligatures`                                 | object    | yes      |                                                            |
| `format.supportedInlineProperties.ligatures.available`                       | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.ligatures.storage`                         | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.ligatures.tracked`                         | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.ligatures.type`                            | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.numForm`                                   | object    | yes      |                                                            |
| `format.supportedInlineProperties.numForm.available`                         | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.numForm.storage`                           | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.numForm.tracked`                           | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.numForm.type`                              | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.numSpacing`                                | object    | yes      |                                                            |
| `format.supportedInlineProperties.numSpacing.available`                      | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.numSpacing.storage`                        | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.numSpacing.tracked`                        | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.numSpacing.type`                           | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.oMath`                                     | object    | yes      |                                                            |
| `format.supportedInlineProperties.oMath.available`                           | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.oMath.storage`                             | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.oMath.tracked`                             | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.oMath.type`                                | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.outline`                                   | object    | yes      |                                                            |
| `format.supportedInlineProperties.outline.available`                         | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.outline.storage`                           | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.outline.tracked`                           | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.outline.type`                              | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.position`                                  | object    | yes      |                                                            |
| `format.supportedInlineProperties.position.available`                        | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.position.storage`                          | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.position.tracked`                          | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.position.type`                             | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.rFonts`                                    | object    | yes      |                                                            |
| `format.supportedInlineProperties.rFonts.available`                          | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.rFonts.storage`                            | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.rFonts.tracked`                            | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.rFonts.type`                               | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.rStyle`                                    | object    | yes      |                                                            |
| `format.supportedInlineProperties.rStyle.available`                          | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.rStyle.storage`                            | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.rStyle.tracked`                            | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.rStyle.type`                               | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.rtl`                                       | object    | yes      |                                                            |
| `format.supportedInlineProperties.rtl.available`                             | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.rtl.storage`                               | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.rtl.tracked`                               | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.rtl.type`                                  | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.shading`                                   | object    | yes      |                                                            |
| `format.supportedInlineProperties.shading.available`                         | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.shading.storage`                           | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.shading.tracked`                           | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.shading.type`                              | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.shadow`                                    | object    | yes      |                                                            |
| `format.supportedInlineProperties.shadow.available`                          | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.shadow.storage`                            | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.shadow.tracked`                            | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.shadow.type`                               | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.smallCaps`                                 | object    | yes      |                                                            |
| `format.supportedInlineProperties.smallCaps.available`                       | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.smallCaps.storage`                         | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.smallCaps.tracked`                         | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.smallCaps.type`                            | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.snapToGrid`                                | object    | yes      |                                                            |
| `format.supportedInlineProperties.snapToGrid.available`                      | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.snapToGrid.storage`                        | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.snapToGrid.tracked`                        | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.snapToGrid.type`                           | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.specVanish`                                | object    | yes      |                                                            |
| `format.supportedInlineProperties.specVanish.available`                      | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.specVanish.storage`                        | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.specVanish.tracked`                        | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.specVanish.type`                           | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.strike`                                    | object    | yes      |                                                            |
| `format.supportedInlineProperties.strike.available`                          | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.strike.storage`                            | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.strike.tracked`                            | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.strike.type`                               | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.stylisticSets`                             | object    | yes      |                                                            |
| `format.supportedInlineProperties.stylisticSets.available`                   | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.stylisticSets.storage`                     | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.stylisticSets.tracked`                     | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.stylisticSets.type`                        | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.underline`                                 | object    | yes      |                                                            |
| `format.supportedInlineProperties.underline.available`                       | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.underline.storage`                         | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.underline.tracked`                         | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.underline.type`                            | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.vanish`                                    | object    | yes      |                                                            |
| `format.supportedInlineProperties.vanish.available`                          | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.vanish.storage`                            | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.vanish.tracked`                            | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.vanish.type`                               | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.vertAlign`                                 | object    | yes      |                                                            |
| `format.supportedInlineProperties.vertAlign.available`                       | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.vertAlign.storage`                         | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.vertAlign.tracked`                         | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.vertAlign.type`                            | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `format.supportedInlineProperties.webHidden`                                 | object    | yes      |                                                            |
| `format.supportedInlineProperties.webHidden.available`                       | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.webHidden.storage`                         | enum      | yes      | `"mark"`, `"runAttribute"`                                 |
| `format.supportedInlineProperties.webHidden.tracked`                         | boolean   | yes      |                                                            |
| `format.supportedInlineProperties.webHidden.type`                            | enum      | yes      | `"boolean"`, `"string"`, `"number"`, `"object"`, `"array"` |
| `global`                                                                     | object    | yes      |                                                            |
| `global.comments`                                                            | object    | yes      |                                                            |
| `global.comments.enabled`                                                    | boolean   | yes      |                                                            |
| `global.comments.reasons`                                                    | enum\[]   | no       |                                                            |
| `global.dryRun`                                                              | object    | yes      |                                                            |
| `global.dryRun.enabled`                                                      | boolean   | yes      |                                                            |
| `global.dryRun.reasons`                                                      | enum\[]   | no       |                                                            |
| `global.history`                                                             | object    | yes      |                                                            |
| `global.history.enabled`                                                     | boolean   | yes      |                                                            |
| `global.history.reasons`                                                     | enum\[]   | no       |                                                            |
| `global.lists`                                                               | object    | yes      |                                                            |
| `global.lists.enabled`                                                       | boolean   | yes      |                                                            |
| `global.lists.reasons`                                                       | enum\[]   | no       |                                                            |
| `global.trackChanges`                                                        | object    | yes      |                                                            |
| `global.trackChanges.enabled`                                                | boolean   | yes      |                                                            |
| `global.trackChanges.reasons`                                                | enum\[]   | no       |                                                            |
| `operations`                                                                 | object    | yes      |                                                            |
| `operations.blocks.delete`                                                   | object    | yes      |                                                            |
| `operations.blocks.delete.available`                                         | boolean   | yes      |                                                            |
| `operations.blocks.delete.dryRun`                                            | boolean   | yes      |                                                            |
| `operations.blocks.delete.reasons`                                           | enum\[]   | no       |                                                            |
| `operations.blocks.delete.tracked`                                           | boolean   | yes      |                                                            |
| `operations.capabilities.get`                                                | object    | yes      |                                                            |
| `operations.capabilities.get.available`                                      | boolean   | yes      |                                                            |
| `operations.capabilities.get.dryRun`                                         | boolean   | yes      |                                                            |
| `operations.capabilities.get.reasons`                                        | enum\[]   | no       |                                                            |
| `operations.capabilities.get.tracked`                                        | boolean   | yes      |                                                            |
| `operations.clearContent`                                                    | object    | yes      |                                                            |
| `operations.clearContent.available`                                          | boolean   | yes      |                                                            |
| `operations.clearContent.dryRun`                                             | boolean   | yes      |                                                            |
| `operations.clearContent.reasons`                                            | enum\[]   | no       |                                                            |
| `operations.clearContent.tracked`                                            | boolean   | yes      |                                                            |
| `operations.comments.create`                                                 | object    | yes      |                                                            |
| `operations.comments.create.available`                                       | boolean   | yes      |                                                            |
| `operations.comments.create.dryRun`                                          | boolean   | yes      |                                                            |
| `operations.comments.create.reasons`                                         | enum\[]   | no       |                                                            |
| `operations.comments.create.tracked`                                         | boolean   | yes      |                                                            |
| `operations.comments.delete`                                                 | object    | yes      |                                                            |
| `operations.comments.delete.available`                                       | boolean   | yes      |                                                            |
| `operations.comments.delete.dryRun`                                          | boolean   | yes      |                                                            |
| `operations.comments.delete.reasons`                                         | enum\[]   | no       |                                                            |
| `operations.comments.delete.tracked`                                         | boolean   | yes      |                                                            |
| `operations.comments.get`                                                    | object    | yes      |                                                            |
| `operations.comments.get.available`                                          | boolean   | yes      |                                                            |
| `operations.comments.get.dryRun`                                             | boolean   | yes      |                                                            |
| `operations.comments.get.reasons`                                            | enum\[]   | no       |                                                            |
| `operations.comments.get.tracked`                                            | boolean   | yes      |                                                            |
| `operations.comments.list`                                                   | object    | yes      |                                                            |
| `operations.comments.list.available`                                         | boolean   | yes      |                                                            |
| `operations.comments.list.dryRun`                                            | boolean   | yes      |                                                            |
| `operations.comments.list.reasons`                                           | enum\[]   | no       |                                                            |
| `operations.comments.list.tracked`                                           | boolean   | yes      |                                                            |
| `operations.comments.patch`                                                  | object    | yes      |                                                            |
| `operations.comments.patch.available`                                        | boolean   | yes      |                                                            |
| `operations.comments.patch.dryRun`                                           | boolean   | yes      |                                                            |
| `operations.comments.patch.reasons`                                          | enum\[]   | no       |                                                            |
| `operations.comments.patch.tracked`                                          | boolean   | yes      |                                                            |
| `operations.contentControls.appendContent`                                   | object    | yes      |                                                            |
| `operations.contentControls.appendContent.available`                         | boolean   | yes      |                                                            |
| `operations.contentControls.appendContent.dryRun`                            | boolean   | yes      |                                                            |
| `operations.contentControls.appendContent.reasons`                           | enum\[]   | no       |                                                            |
| `operations.contentControls.appendContent.tracked`                           | boolean   | yes      |                                                            |
| `operations.contentControls.checkbox.getState`                               | object    | yes      |                                                            |
| `operations.contentControls.checkbox.getState.available`                     | boolean   | yes      |                                                            |
| `operations.contentControls.checkbox.getState.dryRun`                        | boolean   | yes      |                                                            |
| `operations.contentControls.checkbox.getState.reasons`                       | enum\[]   | no       |                                                            |
| `operations.contentControls.checkbox.getState.tracked`                       | boolean   | yes      |                                                            |
| `operations.contentControls.checkbox.setState`                               | object    | yes      |                                                            |
| `operations.contentControls.checkbox.setState.available`                     | boolean   | yes      |                                                            |
| `operations.contentControls.checkbox.setState.dryRun`                        | boolean   | yes      |                                                            |
| `operations.contentControls.checkbox.setState.reasons`                       | enum\[]   | no       |                                                            |
| `operations.contentControls.checkbox.setState.tracked`                       | boolean   | yes      |                                                            |
| `operations.contentControls.checkbox.setSymbolPair`                          | object    | yes      |                                                            |
| `operations.contentControls.checkbox.setSymbolPair.available`                | boolean   | yes      |                                                            |
| `operations.contentControls.checkbox.setSymbolPair.dryRun`                   | boolean   | yes      |                                                            |
| `operations.contentControls.checkbox.setSymbolPair.reasons`                  | enum\[]   | no       |                                                            |
| `operations.contentControls.checkbox.setSymbolPair.tracked`                  | boolean   | yes      |                                                            |
| `operations.contentControls.checkbox.toggle`                                 | object    | yes      |                                                            |
| `operations.contentControls.checkbox.toggle.available`                       | boolean   | yes      |                                                            |
| `operations.contentControls.checkbox.toggle.dryRun`                          | boolean   | yes      |                                                            |
| `operations.contentControls.checkbox.toggle.reasons`                         | enum\[]   | no       |                                                            |
| `operations.contentControls.checkbox.toggle.tracked`                         | boolean   | yes      |                                                            |
| `operations.contentControls.choiceList.getItems`                             | object    | yes      |                                                            |
| `operations.contentControls.choiceList.getItems.available`                   | boolean   | yes      |                                                            |
| `operations.contentControls.choiceList.getItems.dryRun`                      | boolean   | yes      |                                                            |
| `operations.contentControls.choiceList.getItems.reasons`                     | enum\[]   | no       |                                                            |
| `operations.contentControls.choiceList.getItems.tracked`                     | boolean   | yes      |                                                            |
| `operations.contentControls.choiceList.setItems`                             | object    | yes      |                                                            |
| `operations.contentControls.choiceList.setItems.available`                   | boolean   | yes      |                                                            |
| `operations.contentControls.choiceList.setItems.dryRun`                      | boolean   | yes      |                                                            |
| `operations.contentControls.choiceList.setItems.reasons`                     | enum\[]   | no       |                                                            |
| `operations.contentControls.choiceList.setItems.tracked`                     | boolean   | yes      |                                                            |
| `operations.contentControls.choiceList.setSelected`                          | object    | yes      |                                                            |
| `operations.contentControls.choiceList.setSelected.available`                | boolean   | yes      |                                                            |
| `operations.contentControls.choiceList.setSelected.dryRun`                   | boolean   | yes      |                                                            |
| `operations.contentControls.choiceList.setSelected.reasons`                  | enum\[]   | no       |                                                            |
| `operations.contentControls.choiceList.setSelected.tracked`                  | boolean   | yes      |                                                            |
| `operations.contentControls.clearBinding`                                    | object    | yes      |                                                            |
| `operations.contentControls.clearBinding.available`                          | boolean   | yes      |                                                            |
| `operations.contentControls.clearBinding.dryRun`                             | boolean   | yes      |                                                            |
| `operations.contentControls.clearBinding.reasons`                            | enum\[]   | no       |                                                            |
| `operations.contentControls.clearBinding.tracked`                            | boolean   | yes      |                                                            |
| `operations.contentControls.clearContent`                                    | object    | yes      |                                                            |
| `operations.contentControls.clearContent.available`                          | boolean   | yes      |                                                            |
| `operations.contentControls.clearContent.dryRun`                             | boolean   | yes      |                                                            |
| `operations.contentControls.clearContent.reasons`                            | enum\[]   | no       |                                                            |
| `operations.contentControls.clearContent.tracked`                            | boolean   | yes      |                                                            |
| `operations.contentControls.copy`                                            | object    | yes      |                                                            |
| `operations.contentControls.copy.available`                                  | boolean   | yes      |                                                            |
| `operations.contentControls.copy.dryRun`                                     | boolean   | yes      |                                                            |
| `operations.contentControls.copy.reasons`                                    | enum\[]   | no       |                                                            |
| `operations.contentControls.copy.tracked`                                    | boolean   | yes      |                                                            |
| `operations.contentControls.date.clearValue`                                 | object    | yes      |                                                            |
| `operations.contentControls.date.clearValue.available`                       | boolean   | yes      |                                                            |
| `operations.contentControls.date.clearValue.dryRun`                          | boolean   | yes      |                                                            |
| `operations.contentControls.date.clearValue.reasons`                         | enum\[]   | no       |                                                            |
| `operations.contentControls.date.clearValue.tracked`                         | boolean   | yes      |                                                            |
| `operations.contentControls.date.setCalendar`                                | object    | yes      |                                                            |
| `operations.contentControls.date.setCalendar.available`                      | boolean   | yes      |                                                            |
| `operations.contentControls.date.setCalendar.dryRun`                         | boolean   | yes      |                                                            |
| `operations.contentControls.date.setCalendar.reasons`                        | enum\[]   | no       |                                                            |
| `operations.contentControls.date.setCalendar.tracked`                        | boolean   | yes      |                                                            |
| `operations.contentControls.date.setDisplayFormat`                           | object    | yes      |                                                            |
| `operations.contentControls.date.setDisplayFormat.available`                 | boolean   | yes      |                                                            |
| `operations.contentControls.date.setDisplayFormat.dryRun`                    | boolean   | yes      |                                                            |
| `operations.contentControls.date.setDisplayFormat.reasons`                   | enum\[]   | no       |                                                            |
| `operations.contentControls.date.setDisplayFormat.tracked`                   | boolean   | yes      |                                                            |
| `operations.contentControls.date.setDisplayLocale`                           | object    | yes      |                                                            |
| `operations.contentControls.date.setDisplayLocale.available`                 | boolean   | yes      |                                                            |
| `operations.contentControls.date.setDisplayLocale.dryRun`                    | boolean   | yes      |                                                            |
| `operations.contentControls.date.setDisplayLocale.reasons`                   | enum\[]   | no       |                                                            |
| `operations.contentControls.date.setDisplayLocale.tracked`                   | boolean   | yes      |                                                            |
| `operations.contentControls.date.setStorageFormat`                           | object    | yes      |                                                            |
| `operations.contentControls.date.setStorageFormat.available`                 | boolean   | yes      |                                                            |
| `operations.contentControls.date.setStorageFormat.dryRun`                    | boolean   | yes      |                                                            |
| `operations.contentControls.date.setStorageFormat.reasons`                   | enum\[]   | no       |                                                            |
| `operations.contentControls.date.setStorageFormat.tracked`                   | boolean   | yes      |                                                            |
| `operations.contentControls.date.setValue`                                   | object    | yes      |                                                            |
| `operations.contentControls.date.setValue.available`                         | boolean   | yes      |                                                            |
| `operations.contentControls.date.setValue.dryRun`                            | boolean   | yes      |                                                            |
| `operations.contentControls.date.setValue.reasons`                           | enum\[]   | no       |                                                            |
| `operations.contentControls.date.setValue.tracked`                           | boolean   | yes      |                                                            |
| `operations.contentControls.delete`                                          | object    | yes      |                                                            |
| `operations.contentControls.delete.available`                                | boolean   | yes      |                                                            |
| `operations.contentControls.delete.dryRun`                                   | boolean   | yes      |                                                            |
| `operations.contentControls.delete.reasons`                                  | enum\[]   | no       |                                                            |
| `operations.contentControls.delete.tracked`                                  | boolean   | yes      |                                                            |
| `operations.contentControls.get`                                             | object    | yes      |                                                            |
| `operations.contentControls.get.available`                                   | boolean   | yes      |                                                            |
| `operations.contentControls.get.dryRun`                                      | boolean   | yes      |                                                            |
| `operations.contentControls.get.reasons`                                     | enum\[]   | no       |                                                            |
| `operations.contentControls.get.tracked`                                     | boolean   | yes      |                                                            |
| `operations.contentControls.getBinding`                                      | object    | yes      |                                                            |
| `operations.contentControls.getBinding.available`                            | boolean   | yes      |                                                            |
| `operations.contentControls.getBinding.dryRun`                               | boolean   | yes      |                                                            |
| `operations.contentControls.getBinding.reasons`                              | enum\[]   | no       |                                                            |
| `operations.contentControls.getBinding.tracked`                              | boolean   | yes      |                                                            |
| `operations.contentControls.getContent`                                      | object    | yes      |                                                            |
| `operations.contentControls.getContent.available`                            | boolean   | yes      |                                                            |
| `operations.contentControls.getContent.dryRun`                               | boolean   | yes      |                                                            |
| `operations.contentControls.getContent.reasons`                              | enum\[]   | no       |                                                            |
| `operations.contentControls.getContent.tracked`                              | boolean   | yes      |                                                            |
| `operations.contentControls.getParent`                                       | object    | yes      |                                                            |
| `operations.contentControls.getParent.available`                             | boolean   | yes      |                                                            |
| `operations.contentControls.getParent.dryRun`                                | boolean   | yes      |                                                            |
| `operations.contentControls.getParent.reasons`                               | enum\[]   | no       |                                                            |
| `operations.contentControls.getParent.tracked`                               | boolean   | yes      |                                                            |
| `operations.contentControls.getRawProperties`                                | object    | yes      |                                                            |
| `operations.contentControls.getRawProperties.available`                      | boolean   | yes      |                                                            |
| `operations.contentControls.getRawProperties.dryRun`                         | boolean   | yes      |                                                            |
| `operations.contentControls.getRawProperties.reasons`                        | enum\[]   | no       |                                                            |
| `operations.contentControls.getRawProperties.tracked`                        | boolean   | yes      |                                                            |
| `operations.contentControls.group.ungroup`                                   | object    | yes      |                                                            |
| `operations.contentControls.group.ungroup.available`                         | boolean   | yes      |                                                            |
| `operations.contentControls.group.ungroup.dryRun`                            | boolean   | yes      |                                                            |
| `operations.contentControls.group.ungroup.reasons`                           | enum\[]   | no       |                                                            |
| `operations.contentControls.group.ungroup.tracked`                           | boolean   | yes      |                                                            |
| `operations.contentControls.group.wrap`                                      | object    | yes      |                                                            |
| `operations.contentControls.group.wrap.available`                            | boolean   | yes      |                                                            |
| `operations.contentControls.group.wrap.dryRun`                               | boolean   | yes      |                                                            |
| `operations.contentControls.group.wrap.reasons`                              | enum\[]   | no       |                                                            |
| `operations.contentControls.group.wrap.tracked`                              | boolean   | yes      |                                                            |
| `operations.contentControls.insertAfter`                                     | object    | yes      |                                                            |
| `operations.contentControls.insertAfter.available`                           | boolean   | yes      |                                                            |
| `operations.contentControls.insertAfter.dryRun`                              | boolean   | yes      |                                                            |
| `operations.contentControls.insertAfter.reasons`                             | enum\[]   | no       |                                                            |
| `operations.contentControls.insertAfter.tracked`                             | boolean   | yes      |                                                            |
| `operations.contentControls.insertBefore`                                    | object    | yes      |                                                            |
| `operations.contentControls.insertBefore.available`                          | boolean   | yes      |                                                            |
| `operations.contentControls.insertBefore.dryRun`                             | boolean   | yes      |                                                            |
| `operations.contentControls.insertBefore.reasons`                            | enum\[]   | no       |                                                            |
| `operations.contentControls.insertBefore.tracked`                            | boolean   | yes      |                                                            |
| `operations.contentControls.list`                                            | object    | yes      |                                                            |
| `operations.contentControls.list.available`                                  | boolean   | yes      |                                                            |
| `operations.contentControls.list.dryRun`                                     | boolean   | yes      |                                                            |
| `operations.contentControls.list.reasons`                                    | enum\[]   | no       |                                                            |
| `operations.contentControls.list.tracked`                                    | boolean   | yes      |                                                            |
| `operations.contentControls.listChildren`                                    | object    | yes      |                                                            |
| `operations.contentControls.listChildren.available`                          | boolean   | yes      |                                                            |
| `operations.contentControls.listChildren.dryRun`                             | boolean   | yes      |                                                            |
| `operations.contentControls.listChildren.reasons`                            | enum\[]   | no       |                                                            |
| `operations.contentControls.listChildren.tracked`                            | boolean   | yes      |                                                            |
| `operations.contentControls.listInRange`                                     | object    | yes      |                                                            |
| `operations.contentControls.listInRange.available`                           | boolean   | yes      |                                                            |
| `operations.contentControls.listInRange.dryRun`                              | boolean   | yes      |                                                            |
| `operations.contentControls.listInRange.reasons`                             | enum\[]   | no       |                                                            |
| `operations.contentControls.listInRange.tracked`                             | boolean   | yes      |                                                            |
| `operations.contentControls.move`                                            | object    | yes      |                                                            |
| `operations.contentControls.move.available`                                  | boolean   | yes      |                                                            |
| `operations.contentControls.move.dryRun`                                     | boolean   | yes      |                                                            |
| `operations.contentControls.move.reasons`                                    | enum\[]   | no       |                                                            |
| `operations.contentControls.move.tracked`                                    | boolean   | yes      |                                                            |
| `operations.contentControls.normalizeTagPayload`                             | object    | yes      |                                                            |
| `operations.contentControls.normalizeTagPayload.available`                   | boolean   | yes      |                                                            |
| `operations.contentControls.normalizeTagPayload.dryRun`                      | boolean   | yes      |                                                            |
| `operations.contentControls.normalizeTagPayload.reasons`                     | enum\[]   | no       |                                                            |
| `operations.contentControls.normalizeTagPayload.tracked`                     | boolean   | yes      |                                                            |
| `operations.contentControls.normalizeWordCompatibility`                      | object    | yes      |                                                            |
| `operations.contentControls.normalizeWordCompatibility.available`            | boolean   | yes      |                                                            |
| `operations.contentControls.normalizeWordCompatibility.dryRun`               | boolean   | yes      |                                                            |
| `operations.contentControls.normalizeWordCompatibility.reasons`              | enum\[]   | no       |                                                            |
| `operations.contentControls.normalizeWordCompatibility.tracked`              | boolean   | yes      |                                                            |
| `operations.contentControls.patch`                                           | object    | yes      |                                                            |
| `operations.contentControls.patch.available`                                 | boolean   | yes      |                                                            |
| `operations.contentControls.patch.dryRun`                                    | boolean   | yes      |                                                            |
| `operations.contentControls.patch.reasons`                                   | enum\[]   | no       |                                                            |
| `operations.contentControls.patch.tracked`                                   | boolean   | yes      |                                                            |
| `operations.contentControls.patchRawProperties`                              | object    | yes      |                                                            |
| `operations.contentControls.patchRawProperties.available`                    | boolean   | yes      |                                                            |
| `operations.contentControls.patchRawProperties.dryRun`                       | boolean   | yes      |                                                            |
| `operations.contentControls.patchRawProperties.reasons`                      | enum\[]   | no       |                                                            |
| `operations.contentControls.patchRawProperties.tracked`                      | boolean   | yes      |                                                            |
| `operations.contentControls.prependContent`                                  | object    | yes      |                                                            |
| `operations.contentControls.prependContent.available`                        | boolean   | yes      |                                                            |
| `operations.contentControls.prependContent.dryRun`                           | boolean   | yes      |                                                            |
| `operations.contentControls.prependContent.reasons`                          | enum\[]   | no       |                                                            |
| `operations.contentControls.prependContent.tracked`                          | boolean   | yes      |                                                            |
| `operations.contentControls.repeatingSection.cloneItem`                      | object    | yes      |                                                            |
| `operations.contentControls.repeatingSection.cloneItem.available`            | boolean   | yes      |                                                            |
| `operations.contentControls.repeatingSection.cloneItem.dryRun`               | boolean   | yes      |                                                            |
| `operations.contentControls.repeatingSection.cloneItem.reasons`              | enum\[]   | no       |                                                            |
| `operations.contentControls.repeatingSection.cloneItem.tracked`              | boolean   | yes      |                                                            |
| `operations.contentControls.repeatingSection.deleteItem`                     | object    | yes      |                                                            |
| `operations.contentControls.repeatingSection.deleteItem.available`           | boolean   | yes      |                                                            |
| `operations.contentControls.repeatingSection.deleteItem.dryRun`              | boolean   | yes      |                                                            |
| `operations.contentControls.repeatingSection.deleteItem.reasons`             | enum\[]   | no       |                                                            |
| `operations.contentControls.repeatingSection.deleteItem.tracked`             | boolean   | yes      |                                                            |
| `operations.contentControls.repeatingSection.insertItemAfter`                | object    | yes      |                                                            |
| `operations.contentControls.repeatingSection.insertItemAfter.available`      | boolean   | yes      |                                                            |
| `operations.contentControls.repeatingSection.insertItemAfter.dryRun`         | boolean   | yes      |                                                            |
| `operations.contentControls.repeatingSection.insertItemAfter.reasons`        | enum\[]   | no       |                                                            |
| `operations.contentControls.repeatingSection.insertItemAfter.tracked`        | boolean   | yes      |                                                            |
| `operations.contentControls.repeatingSection.insertItemBefore`               | object    | yes      |                                                            |
| `operations.contentControls.repeatingSection.insertItemBefore.available`     | boolean   | yes      |                                                            |
| `operations.contentControls.repeatingSection.insertItemBefore.dryRun`        | boolean   | yes      |                                                            |
| `operations.contentControls.repeatingSection.insertItemBefore.reasons`       | enum\[]   | no       |                                                            |
| `operations.contentControls.repeatingSection.insertItemBefore.tracked`       | boolean   | yes      |                                                            |
| `operations.contentControls.repeatingSection.listItems`                      | object    | yes      |                                                            |
| `operations.contentControls.repeatingSection.listItems.available`            | boolean   | yes      |                                                            |
| `operations.contentControls.repeatingSection.listItems.dryRun`               | boolean   | yes      |                                                            |
| `operations.contentControls.repeatingSection.listItems.reasons`              | enum\[]   | no       |                                                            |
| `operations.contentControls.repeatingSection.listItems.tracked`              | boolean   | yes      |                                                            |
| `operations.contentControls.repeatingSection.setAllowInsertDelete`           | object    | yes      |                                                            |
| `operations.contentControls.repeatingSection.setAllowInsertDelete.available` | boolean   | yes      |                                                            |
| `operations.contentControls.repeatingSection.setAllowInsertDelete.dryRun`    | boolean   | yes      |                                                            |
| `operations.contentControls.repeatingSection.setAllowInsertDelete.reasons`   | enum\[]   | no       |                                                            |
| `operations.contentControls.repeatingSection.setAllowInsertDelete.tracked`   | boolean   | yes      |                                                            |
| `operations.contentControls.replaceContent`                                  | object    | yes      |                                                            |
| `operations.contentControls.replaceContent.available`                        | boolean   | yes      |                                                            |
| `operations.contentControls.replaceContent.dryRun`                           | boolean   | yes      |                                                            |
| `operations.contentControls.replaceContent.reasons`                          | enum\[]   | no       |                                                            |
| `operations.contentControls.replaceContent.tracked`                          | boolean   | yes      |                                                            |
| `operations.contentControls.selectByTag`                                     | object    | yes      |                                                            |
| `operations.contentControls.selectByTag.available`                           | boolean   | yes      |                                                            |
| `operations.contentControls.selectByTag.dryRun`                              | boolean   | yes      |                                                            |
| `operations.contentControls.selectByTag.reasons`                             | enum\[]   | no       |                                                            |
| `operations.contentControls.selectByTag.tracked`                             | boolean   | yes      |                                                            |
| `operations.contentControls.selectByTitle`                                   | object    | yes      |                                                            |
| `operations.contentControls.selectByTitle.available`                         | boolean   | yes      |                                                            |
| `operations.contentControls.selectByTitle.dryRun`                            | boolean   | yes      |                                                            |
| `operations.contentControls.selectByTitle.reasons`                           | enum\[]   | no       |                                                            |
| `operations.contentControls.selectByTitle.tracked`                           | boolean   | yes      |                                                            |
| `operations.contentControls.setBinding`                                      | object    | yes      |                                                            |
| `operations.contentControls.setBinding.available`                            | boolean   | yes      |                                                            |
| `operations.contentControls.setBinding.dryRun`                               | boolean   | yes      |                                                            |
| `operations.contentControls.setBinding.reasons`                              | enum\[]   | no       |                                                            |
| `operations.contentControls.setBinding.tracked`                              | boolean   | yes      |                                                            |
| `operations.contentControls.setLockMode`                                     | object    | yes      |                                                            |
| `operations.contentControls.setLockMode.available`                           | boolean   | yes      |                                                            |
| `operations.contentControls.setLockMode.dryRun`                              | boolean   | yes      |                                                            |
| `operations.contentControls.setLockMode.reasons`                             | enum\[]   | no       |                                                            |
| `operations.contentControls.setLockMode.tracked`                             | boolean   | yes      |                                                            |
| `operations.contentControls.setType`                                         | object    | yes      |                                                            |
| `operations.contentControls.setType.available`                               | boolean   | yes      |                                                            |
| `operations.contentControls.setType.dryRun`                                  | boolean   | yes      |                                                            |
| `operations.contentControls.setType.reasons`                                 | enum\[]   | no       |                                                            |
| `operations.contentControls.setType.tracked`                                 | boolean   | yes      |                                                            |
| `operations.contentControls.text.clearValue`                                 | object    | yes      |                                                            |
| `operations.contentControls.text.clearValue.available`                       | boolean   | yes      |                                                            |
| `operations.contentControls.text.clearValue.dryRun`                          | boolean   | yes      |                                                            |
| `operations.contentControls.text.clearValue.reasons`                         | enum\[]   | no       |                                                            |
| `operations.contentControls.text.clearValue.tracked`                         | boolean   | yes      |                                                            |
| `operations.contentControls.text.setMultiline`                               | object    | yes      |                                                            |
| `operations.contentControls.text.setMultiline.available`                     | boolean   | yes      |                                                            |
| `operations.contentControls.text.setMultiline.dryRun`                        | boolean   | yes      |                                                            |
| `operations.contentControls.text.setMultiline.reasons`                       | enum\[]   | no       |                                                            |
| `operations.contentControls.text.setMultiline.tracked`                       | boolean   | yes      |                                                            |
| `operations.contentControls.text.setValue`                                   | object    | yes      |                                                            |
| `operations.contentControls.text.setValue.available`                         | boolean   | yes      |                                                            |
| `operations.contentControls.text.setValue.dryRun`                            | boolean   | yes      |                                                            |
| `operations.contentControls.text.setValue.reasons`                           | enum\[]   | no       |                                                            |
| `operations.contentControls.text.setValue.tracked`                           | boolean   | yes      |                                                            |
| `operations.contentControls.unwrap`                                          | object    | yes      |                                                            |
| `operations.contentControls.unwrap.available`                                | boolean   | yes      |                                                            |
| `operations.contentControls.unwrap.dryRun`                                   | boolean   | yes      |                                                            |
| `operations.contentControls.unwrap.reasons`                                  | enum\[]   | no       |                                                            |
| `operations.contentControls.unwrap.tracked`                                  | boolean   | yes      |                                                            |
| `operations.contentControls.validateWordCompatibility`                       | object    | yes      |                                                            |
| `operations.contentControls.validateWordCompatibility.available`             | boolean   | yes      |                                                            |
| `operations.contentControls.validateWordCompatibility.dryRun`                | boolean   | yes      |                                                            |
| `operations.contentControls.validateWordCompatibility.reasons`               | enum\[]   | no       |                                                            |
| `operations.contentControls.validateWordCompatibility.tracked`               | boolean   | yes      |                                                            |
| `operations.contentControls.wrap`                                            | object    | yes      |                                                            |
| `operations.contentControls.wrap.available`                                  | boolean   | yes      |                                                            |
| `operations.contentControls.wrap.dryRun`                                     | boolean   | yes      |                                                            |
| `operations.contentControls.wrap.reasons`                                    | enum\[]   | no       |                                                            |
| `operations.contentControls.wrap.tracked`                                    | boolean   | yes      |                                                            |
| `operations.create.contentControl`                                           | object    | yes      |                                                            |
| `operations.create.contentControl.available`                                 | boolean   | yes      |                                                            |
| `operations.create.contentControl.dryRun`                                    | boolean   | yes      |                                                            |
| `operations.create.contentControl.reasons`                                   | enum\[]   | no       |                                                            |
| `operations.create.contentControl.tracked`                                   | boolean   | yes      |                                                            |
| `operations.create.heading`                                                  | object    | yes      |                                                            |
| `operations.create.heading.available`                                        | boolean   | yes      |                                                            |
| `operations.create.heading.dryRun`                                           | boolean   | yes      |                                                            |
| `operations.create.heading.reasons`                                          | enum\[]   | no       |                                                            |
| `operations.create.heading.tracked`                                          | boolean   | yes      |                                                            |
| `operations.create.image`                                                    | object    | yes      |                                                            |
| `operations.create.image.available`                                          | boolean   | yes      |                                                            |
| `operations.create.image.dryRun`                                             | boolean   | yes      |                                                            |
| `operations.create.image.reasons`                                            | enum\[]   | no       |                                                            |
| `operations.create.image.tracked`                                            | boolean   | yes      |                                                            |
| `operations.create.paragraph`                                                | object    | yes      |                                                            |
| `operations.create.paragraph.available`                                      | boolean   | yes      |                                                            |
| `operations.create.paragraph.dryRun`                                         | boolean   | yes      |                                                            |
| `operations.create.paragraph.reasons`                                        | enum\[]   | no       |                                                            |
| `operations.create.paragraph.tracked`                                        | boolean   | yes      |                                                            |
| `operations.create.sectionBreak`                                             | object    | yes      |                                                            |
| `operations.create.sectionBreak.available`                                   | boolean   | yes      |                                                            |
| `operations.create.sectionBreak.dryRun`                                      | boolean   | yes      |                                                            |
| `operations.create.sectionBreak.reasons`                                     | enum\[]   | no       |                                                            |
| `operations.create.sectionBreak.tracked`                                     | boolean   | yes      |                                                            |
| `operations.create.table`                                                    | object    | yes      |                                                            |
| `operations.create.table.available`                                          | boolean   | yes      |                                                            |
| `operations.create.table.dryRun`                                             | boolean   | yes      |                                                            |
| `operations.create.table.reasons`                                            | enum\[]   | no       |                                                            |
| `operations.create.table.tracked`                                            | boolean   | yes      |                                                            |
| `operations.create.tableOfContents`                                          | object    | yes      |                                                            |
| `operations.create.tableOfContents.available`                                | boolean   | yes      |                                                            |
| `operations.create.tableOfContents.dryRun`                                   | boolean   | yes      |                                                            |
| `operations.create.tableOfContents.reasons`                                  | enum\[]   | no       |                                                            |
| `operations.create.tableOfContents.tracked`                                  | boolean   | yes      |                                                            |
| `operations.delete`                                                          | object    | yes      |                                                            |
| `operations.delete.available`                                                | boolean   | yes      |                                                            |
| `operations.delete.dryRun`                                                   | boolean   | yes      |                                                            |
| `operations.delete.reasons`                                                  | enum\[]   | no       |                                                            |
| `operations.delete.tracked`                                                  | boolean   | yes      |                                                            |
| `operations.find`                                                            | object    | yes      |                                                            |
| `operations.find.available`                                                  | boolean   | yes      |                                                            |
| `operations.find.dryRun`                                                     | boolean   | yes      |                                                            |
| `operations.find.reasons`                                                    | enum\[]   | no       |                                                            |
| `operations.find.tracked`                                                    | boolean   | yes      |                                                            |
| `operations.format.apply`                                                    | object    | yes      |                                                            |
| `operations.format.apply.available`                                          | boolean   | yes      |                                                            |
| `operations.format.apply.dryRun`                                             | boolean   | yes      |                                                            |
| `operations.format.apply.reasons`                                            | enum\[]   | no       |                                                            |
| `operations.format.apply.tracked`                                            | boolean   | yes      |                                                            |
| `operations.format.bCs`                                                      | object    | yes      |                                                            |
| `operations.format.bCs.available`                                            | boolean   | yes      |                                                            |
| `operations.format.bCs.dryRun`                                               | boolean   | yes      |                                                            |
| `operations.format.bCs.reasons`                                              | enum\[]   | no       |                                                            |
| `operations.format.bCs.tracked`                                              | boolean   | yes      |                                                            |
| `operations.format.bold`                                                     | object    | yes      |                                                            |
| `operations.format.bold.available`                                           | boolean   | yes      |                                                            |
| `operations.format.bold.dryRun`                                              | boolean   | yes      |                                                            |
| `operations.format.bold.reasons`                                             | enum\[]   | no       |                                                            |
| `operations.format.bold.tracked`                                             | boolean   | yes      |                                                            |
| `operations.format.border`                                                   | object    | yes      |                                                            |
| `operations.format.border.available`                                         | boolean   | yes      |                                                            |
| `operations.format.border.dryRun`                                            | boolean   | yes      |                                                            |
| `operations.format.border.reasons`                                           | enum\[]   | no       |                                                            |
| `operations.format.border.tracked`                                           | boolean   | yes      |                                                            |
| `operations.format.caps`                                                     | object    | yes      |                                                            |
| `operations.format.caps.available`                                           | boolean   | yes      |                                                            |
| `operations.format.caps.dryRun`                                              | boolean   | yes      |                                                            |
| `operations.format.caps.reasons`                                             | enum\[]   | no       |                                                            |
| `operations.format.caps.tracked`                                             | boolean   | yes      |                                                            |
| `operations.format.charScale`                                                | object    | yes      |                                                            |
| `operations.format.charScale.available`                                      | boolean   | yes      |                                                            |
| `operations.format.charScale.dryRun`                                         | boolean   | yes      |                                                            |
| `operations.format.charScale.reasons`                                        | enum\[]   | no       |                                                            |
| `operations.format.charScale.tracked`                                        | boolean   | yes      |                                                            |
| `operations.format.color`                                                    | object    | yes      |                                                            |
| `operations.format.color.available`                                          | boolean   | yes      |                                                            |
| `operations.format.color.dryRun`                                             | boolean   | yes      |                                                            |
| `operations.format.color.reasons`                                            | enum\[]   | no       |                                                            |
| `operations.format.color.tracked`                                            | boolean   | yes      |                                                            |
| `operations.format.contextualAlternates`                                     | object    | yes      |                                                            |
| `operations.format.contextualAlternates.available`                           | boolean   | yes      |                                                            |
| `operations.format.contextualAlternates.dryRun`                              | boolean   | yes      |                                                            |
| `operations.format.contextualAlternates.reasons`                             | enum\[]   | no       |                                                            |
| `operations.format.contextualAlternates.tracked`                             | boolean   | yes      |                                                            |
| `operations.format.cs`                                                       | object    | yes      |                                                            |
| `operations.format.cs.available`                                             | boolean   | yes      |                                                            |
| `operations.format.cs.dryRun`                                                | boolean   | yes      |                                                            |
| `operations.format.cs.reasons`                                               | enum\[]   | no       |                                                            |
| `operations.format.cs.tracked`                                               | boolean   | yes      |                                                            |
| `operations.format.dstrike`                                                  | object    | yes      |                                                            |
| `operations.format.dstrike.available`                                        | boolean   | yes      |                                                            |
| `operations.format.dstrike.dryRun`                                           | boolean   | yes      |                                                            |
| `operations.format.dstrike.reasons`                                          | enum\[]   | no       |                                                            |
| `operations.format.dstrike.tracked`                                          | boolean   | yes      |                                                            |
| `operations.format.eastAsianLayout`                                          | object    | yes      |                                                            |
| `operations.format.eastAsianLayout.available`                                | boolean   | yes      |                                                            |
| `operations.format.eastAsianLayout.dryRun`                                   | boolean   | yes      |                                                            |
| `operations.format.eastAsianLayout.reasons`                                  | enum\[]   | no       |                                                            |
| `operations.format.eastAsianLayout.tracked`                                  | boolean   | yes      |                                                            |
| `operations.format.em`                                                       | object    | yes      |                                                            |
| `operations.format.em.available`                                             | boolean   | yes      |                                                            |
| `operations.format.em.dryRun`                                                | boolean   | yes      |                                                            |
| `operations.format.em.reasons`                                               | enum\[]   | no       |                                                            |
| `operations.format.em.tracked`                                               | boolean   | yes      |                                                            |
| `operations.format.emboss`                                                   | object    | yes      |                                                            |
| `operations.format.emboss.available`                                         | boolean   | yes      |                                                            |
| `operations.format.emboss.dryRun`                                            | boolean   | yes      |                                                            |
| `operations.format.emboss.reasons`                                           | enum\[]   | no       |                                                            |
| `operations.format.emboss.tracked`                                           | boolean   | yes      |                                                            |
| `operations.format.fitText`                                                  | object    | yes      |                                                            |
| `operations.format.fitText.available`                                        | boolean   | yes      |                                                            |
| `operations.format.fitText.dryRun`                                           | boolean   | yes      |                                                            |
| `operations.format.fitText.reasons`                                          | enum\[]   | no       |                                                            |
| `operations.format.fitText.tracked`                                          | boolean   | yes      |                                                            |
| `operations.format.fontFamily`                                               | object    | yes      |                                                            |
| `operations.format.fontFamily.available`                                     | boolean   | yes      |                                                            |
| `operations.format.fontFamily.dryRun`                                        | boolean   | yes      |                                                            |
| `operations.format.fontFamily.reasons`                                       | enum\[]   | no       |                                                            |
| `operations.format.fontFamily.tracked`                                       | boolean   | yes      |                                                            |
| `operations.format.fontSize`                                                 | object    | yes      |                                                            |
| `operations.format.fontSize.available`                                       | boolean   | yes      |                                                            |
| `operations.format.fontSize.dryRun`                                          | boolean   | yes      |                                                            |
| `operations.format.fontSize.reasons`                                         | enum\[]   | no       |                                                            |
| `operations.format.fontSize.tracked`                                         | boolean   | yes      |                                                            |
| `operations.format.fontSizeCs`                                               | object    | yes      |                                                            |
| `operations.format.fontSizeCs.available`                                     | boolean   | yes      |                                                            |
| `operations.format.fontSizeCs.dryRun`                                        | boolean   | yes      |                                                            |
| `operations.format.fontSizeCs.reasons`                                       | enum\[]   | no       |                                                            |
| `operations.format.fontSizeCs.tracked`                                       | boolean   | yes      |                                                            |
| `operations.format.highlight`                                                | object    | yes      |                                                            |
| `operations.format.highlight.available`                                      | boolean   | yes      |                                                            |
| `operations.format.highlight.dryRun`                                         | boolean   | yes      |                                                            |
| `operations.format.highlight.reasons`                                        | enum\[]   | no       |                                                            |
| `operations.format.highlight.tracked`                                        | boolean   | yes      |                                                            |
| `operations.format.iCs`                                                      | object    | yes      |                                                            |
| `operations.format.iCs.available`                                            | boolean   | yes      |                                                            |
| `operations.format.iCs.dryRun`                                               | boolean   | yes      |                                                            |
| `operations.format.iCs.reasons`                                              | enum\[]   | no       |                                                            |
| `operations.format.iCs.tracked`                                              | boolean   | yes      |                                                            |
| `operations.format.imprint`                                                  | object    | yes      |                                                            |
| `operations.format.imprint.available`                                        | boolean   | yes      |                                                            |
| `operations.format.imprint.dryRun`                                           | boolean   | yes      |                                                            |
| `operations.format.imprint.reasons`                                          | enum\[]   | no       |                                                            |
| `operations.format.imprint.tracked`                                          | boolean   | yes      |                                                            |
| `operations.format.italic`                                                   | object    | yes      |                                                            |
| `operations.format.italic.available`                                         | boolean   | yes      |                                                            |
| `operations.format.italic.dryRun`                                            | boolean   | yes      |                                                            |
| `operations.format.italic.reasons`                                           | enum\[]   | no       |                                                            |
| `operations.format.italic.tracked`                                           | boolean   | yes      |                                                            |
| `operations.format.kerning`                                                  | object    | yes      |                                                            |
| `operations.format.kerning.available`                                        | boolean   | yes      |                                                            |
| `operations.format.kerning.dryRun`                                           | boolean   | yes      |                                                            |
| `operations.format.kerning.reasons`                                          | enum\[]   | no       |                                                            |
| `operations.format.kerning.tracked`                                          | boolean   | yes      |                                                            |
| `operations.format.lang`                                                     | object    | yes      |                                                            |
| `operations.format.lang.available`                                           | boolean   | yes      |                                                            |
| `operations.format.lang.dryRun`                                              | boolean   | yes      |                                                            |
| `operations.format.lang.reasons`                                             | enum\[]   | no       |                                                            |
| `operations.format.lang.tracked`                                             | boolean   | yes      |                                                            |
| `operations.format.letterSpacing`                                            | object    | yes      |                                                            |
| `operations.format.letterSpacing.available`                                  | boolean   | yes      |                                                            |
| `operations.format.letterSpacing.dryRun`                                     | boolean   | yes      |                                                            |
| `operations.format.letterSpacing.reasons`                                    | enum\[]   | no       |                                                            |
| `operations.format.letterSpacing.tracked`                                    | boolean   | yes      |                                                            |
| `operations.format.ligatures`                                                | object    | yes      |                                                            |
| `operations.format.ligatures.available`                                      | boolean   | yes      |                                                            |
| `operations.format.ligatures.dryRun`                                         | boolean   | yes      |                                                            |
| `operations.format.ligatures.reasons`                                        | enum\[]   | no       |                                                            |
| `operations.format.ligatures.tracked`                                        | boolean   | yes      |                                                            |
| `operations.format.numForm`                                                  | object    | yes      |                                                            |
| `operations.format.numForm.available`                                        | boolean   | yes      |                                                            |
| `operations.format.numForm.dryRun`                                           | boolean   | yes      |                                                            |
| `operations.format.numForm.reasons`                                          | enum\[]   | no       |                                                            |
| `operations.format.numForm.tracked`                                          | boolean   | yes      |                                                            |
| `operations.format.numSpacing`                                               | object    | yes      |                                                            |
| `operations.format.numSpacing.available`                                     | boolean   | yes      |                                                            |
| `operations.format.numSpacing.dryRun`                                        | boolean   | yes      |                                                            |
| `operations.format.numSpacing.reasons`                                       | enum\[]   | no       |                                                            |
| `operations.format.numSpacing.tracked`                                       | boolean   | yes      |                                                            |
| `operations.format.oMath`                                                    | object    | yes      |                                                            |
| `operations.format.oMath.available`                                          | boolean   | yes      |                                                            |
| `operations.format.oMath.dryRun`                                             | boolean   | yes      |                                                            |
| `operations.format.oMath.reasons`                                            | enum\[]   | no       |                                                            |
| `operations.format.oMath.tracked`                                            | boolean   | yes      |                                                            |
| `operations.format.outline`                                                  | object    | yes      |                                                            |
| `operations.format.outline.available`                                        | boolean   | yes      |                                                            |
| `operations.format.outline.dryRun`                                           | boolean   | yes      |                                                            |
| `operations.format.outline.reasons`                                          | enum\[]   | no       |                                                            |
| `operations.format.outline.tracked`                                          | boolean   | yes      |                                                            |
| `operations.format.paragraph.clearAlignment`                                 | object    | yes      |                                                            |
| `operations.format.paragraph.clearAlignment.available`                       | boolean   | yes      |                                                            |
| `operations.format.paragraph.clearAlignment.dryRun`                          | boolean   | yes      |                                                            |
| `operations.format.paragraph.clearAlignment.reasons`                         | enum\[]   | no       |                                                            |
| `operations.format.paragraph.clearAlignment.tracked`                         | boolean   | yes      |                                                            |
| `operations.format.paragraph.clearAllTabStops`                               | object    | yes      |                                                            |
| `operations.format.paragraph.clearAllTabStops.available`                     | boolean   | yes      |                                                            |
| `operations.format.paragraph.clearAllTabStops.dryRun`                        | boolean   | yes      |                                                            |
| `operations.format.paragraph.clearAllTabStops.reasons`                       | enum\[]   | no       |                                                            |
| `operations.format.paragraph.clearAllTabStops.tracked`                       | boolean   | yes      |                                                            |
| `operations.format.paragraph.clearBorder`                                    | object    | yes      |                                                            |
| `operations.format.paragraph.clearBorder.available`                          | boolean   | yes      |                                                            |
| `operations.format.paragraph.clearBorder.dryRun`                             | boolean   | yes      |                                                            |
| `operations.format.paragraph.clearBorder.reasons`                            | enum\[]   | no       |                                                            |
| `operations.format.paragraph.clearBorder.tracked`                            | boolean   | yes      |                                                            |
| `operations.format.paragraph.clearIndentation`                               | object    | yes      |                                                            |
| `operations.format.paragraph.clearIndentation.available`                     | boolean   | yes      |                                                            |
| `operations.format.paragraph.clearIndentation.dryRun`                        | boolean   | yes      |                                                            |
| `operations.format.paragraph.clearIndentation.reasons`                       | enum\[]   | no       |                                                            |
| `operations.format.paragraph.clearIndentation.tracked`                       | boolean   | yes      |                                                            |
| `operations.format.paragraph.clearShading`                                   | object    | yes      |                                                            |
| `operations.format.paragraph.clearShading.available`                         | boolean   | yes      |                                                            |
| `operations.format.paragraph.clearShading.dryRun`                            | boolean   | yes      |                                                            |
| `operations.format.paragraph.clearShading.reasons`                           | enum\[]   | no       |                                                            |
| `operations.format.paragraph.clearShading.tracked`                           | boolean   | yes      |                                                            |
| `operations.format.paragraph.clearSpacing`                                   | object    | yes      |                                                            |
| `operations.format.paragraph.clearSpacing.available`                         | boolean   | yes      |                                                            |
| `operations.format.paragraph.clearSpacing.dryRun`                            | boolean   | yes      |                                                            |
| `operations.format.paragraph.clearSpacing.reasons`                           | enum\[]   | no       |                                                            |
| `operations.format.paragraph.clearSpacing.tracked`                           | boolean   | yes      |                                                            |
| `operations.format.paragraph.clearTabStop`                                   | object    | yes      |                                                            |
| `operations.format.paragraph.clearTabStop.available`                         | boolean   | yes      |                                                            |
| `operations.format.paragraph.clearTabStop.dryRun`                            | boolean   | yes      |                                                            |
| `operations.format.paragraph.clearTabStop.reasons`                           | enum\[]   | no       |                                                            |
| `operations.format.paragraph.clearTabStop.tracked`                           | boolean   | yes      |                                                            |
| `operations.format.paragraph.resetDirectFormatting`                          | object    | yes      |                                                            |
| `operations.format.paragraph.resetDirectFormatting.available`                | boolean   | yes      |                                                            |
| `operations.format.paragraph.resetDirectFormatting.dryRun`                   | boolean   | yes      |                                                            |
| `operations.format.paragraph.resetDirectFormatting.reasons`                  | enum\[]   | no       |                                                            |
| `operations.format.paragraph.resetDirectFormatting.tracked`                  | boolean   | yes      |                                                            |
| `operations.format.paragraph.setAlignment`                                   | object    | yes      |                                                            |
| `operations.format.paragraph.setAlignment.available`                         | boolean   | yes      |                                                            |
| `operations.format.paragraph.setAlignment.dryRun`                            | boolean   | yes      |                                                            |
| `operations.format.paragraph.setAlignment.reasons`                           | enum\[]   | no       |                                                            |
| `operations.format.paragraph.setAlignment.tracked`                           | boolean   | yes      |                                                            |
| `operations.format.paragraph.setBorder`                                      | object    | yes      |                                                            |
| `operations.format.paragraph.setBorder.available`                            | boolean   | yes      |                                                            |
| `operations.format.paragraph.setBorder.dryRun`                               | boolean   | yes      |                                                            |
| `operations.format.paragraph.setBorder.reasons`                              | enum\[]   | no       |                                                            |
| `operations.format.paragraph.setBorder.tracked`                              | boolean   | yes      |                                                            |
| `operations.format.paragraph.setFlowOptions`                                 | object    | yes      |                                                            |
| `operations.format.paragraph.setFlowOptions.available`                       | boolean   | yes      |                                                            |
| `operations.format.paragraph.setFlowOptions.dryRun`                          | boolean   | yes      |                                                            |
| `operations.format.paragraph.setFlowOptions.reasons`                         | enum\[]   | no       |                                                            |
| `operations.format.paragraph.setFlowOptions.tracked`                         | boolean   | yes      |                                                            |
| `operations.format.paragraph.setIndentation`                                 | object    | yes      |                                                            |
| `operations.format.paragraph.setIndentation.available`                       | boolean   | yes      |                                                            |
| `operations.format.paragraph.setIndentation.dryRun`                          | boolean   | yes      |                                                            |
| `operations.format.paragraph.setIndentation.reasons`                         | enum\[]   | no       |                                                            |
| `operations.format.paragraph.setIndentation.tracked`                         | boolean   | yes      |                                                            |
| `operations.format.paragraph.setKeepOptions`                                 | object    | yes      |                                                            |
| `operations.format.paragraph.setKeepOptions.available`                       | boolean   | yes      |                                                            |
| `operations.format.paragraph.setKeepOptions.dryRun`                          | boolean   | yes      |                                                            |
| `operations.format.paragraph.setKeepOptions.reasons`                         | enum\[]   | no       |                                                            |
| `operations.format.paragraph.setKeepOptions.tracked`                         | boolean   | yes      |                                                            |
| `operations.format.paragraph.setOutlineLevel`                                | object    | yes      |                                                            |
| `operations.format.paragraph.setOutlineLevel.available`                      | boolean   | yes      |                                                            |
| `operations.format.paragraph.setOutlineLevel.dryRun`                         | boolean   | yes      |                                                            |
| `operations.format.paragraph.setOutlineLevel.reasons`                        | enum\[]   | no       |                                                            |
| `operations.format.paragraph.setOutlineLevel.tracked`                        | boolean   | yes      |                                                            |
| `operations.format.paragraph.setShading`                                     | object    | yes      |                                                            |
| `operations.format.paragraph.setShading.available`                           | boolean   | yes      |                                                            |
| `operations.format.paragraph.setShading.dryRun`                              | boolean   | yes      |                                                            |
| `operations.format.paragraph.setShading.reasons`                             | enum\[]   | no       |                                                            |
| `operations.format.paragraph.setShading.tracked`                             | boolean   | yes      |                                                            |
| `operations.format.paragraph.setSpacing`                                     | object    | yes      |                                                            |
| `operations.format.paragraph.setSpacing.available`                           | boolean   | yes      |                                                            |
| `operations.format.paragraph.setSpacing.dryRun`                              | boolean   | yes      |                                                            |
| `operations.format.paragraph.setSpacing.reasons`                             | enum\[]   | no       |                                                            |
| `operations.format.paragraph.setSpacing.tracked`                             | boolean   | yes      |                                                            |
| `operations.format.paragraph.setTabStop`                                     | object    | yes      |                                                            |
| `operations.format.paragraph.setTabStop.available`                           | boolean   | yes      |                                                            |
| `operations.format.paragraph.setTabStop.dryRun`                              | boolean   | yes      |                                                            |
| `operations.format.paragraph.setTabStop.reasons`                             | enum\[]   | no       |                                                            |
| `operations.format.paragraph.setTabStop.tracked`                             | boolean   | yes      |                                                            |
| `operations.format.position`                                                 | object    | yes      |                                                            |
| `operations.format.position.available`                                       | boolean   | yes      |                                                            |
| `operations.format.position.dryRun`                                          | boolean   | yes      |                                                            |
| `operations.format.position.reasons`                                         | enum\[]   | no       |                                                            |
| `operations.format.position.tracked`                                         | boolean   | yes      |                                                            |
| `operations.format.rFonts`                                                   | object    | yes      |                                                            |
| `operations.format.rFonts.available`                                         | boolean   | yes      |                                                            |
| `operations.format.rFonts.dryRun`                                            | boolean   | yes      |                                                            |
| `operations.format.rFonts.reasons`                                           | enum\[]   | no       |                                                            |
| `operations.format.rFonts.tracked`                                           | boolean   | yes      |                                                            |
| `operations.format.rStyle`                                                   | object    | yes      |                                                            |
| `operations.format.rStyle.available`                                         | boolean   | yes      |                                                            |
| `operations.format.rStyle.dryRun`                                            | boolean   | yes      |                                                            |
| `operations.format.rStyle.reasons`                                           | enum\[]   | no       |                                                            |
| `operations.format.rStyle.tracked`                                           | boolean   | yes      |                                                            |
| `operations.format.rtl`                                                      | object    | yes      |                                                            |
| `operations.format.rtl.available`                                            | boolean   | yes      |                                                            |
| `operations.format.rtl.dryRun`                                               | boolean   | yes      |                                                            |
| `operations.format.rtl.reasons`                                              | enum\[]   | no       |                                                            |
| `operations.format.rtl.tracked`                                              | boolean   | yes      |                                                            |
| `operations.format.shading`                                                  | object    | yes      |                                                            |
| `operations.format.shading.available`                                        | boolean   | yes      |                                                            |
| `operations.format.shading.dryRun`                                           | boolean   | yes      |                                                            |
| `operations.format.shading.reasons`                                          | enum\[]   | no       |                                                            |
| `operations.format.shading.tracked`                                          | boolean   | yes      |                                                            |
| `operations.format.shadow`                                                   | object    | yes      |                                                            |
| `operations.format.shadow.available`                                         | boolean   | yes      |                                                            |
| `operations.format.shadow.dryRun`                                            | boolean   | yes      |                                                            |
| `operations.format.shadow.reasons`                                           | enum\[]   | no       |                                                            |
| `operations.format.shadow.tracked`                                           | boolean   | yes      |                                                            |
| `operations.format.smallCaps`                                                | object    | yes      |                                                            |
| `operations.format.smallCaps.available`                                      | boolean   | yes      |                                                            |
| `operations.format.smallCaps.dryRun`                                         | boolean   | yes      |                                                            |
| `operations.format.smallCaps.reasons`                                        | enum\[]   | no       |                                                            |
| `operations.format.smallCaps.tracked`                                        | boolean   | yes      |                                                            |
| `operations.format.snapToGrid`                                               | object    | yes      |                                                            |
| `operations.format.snapToGrid.available`                                     | boolean   | yes      |                                                            |
| `operations.format.snapToGrid.dryRun`                                        | boolean   | yes      |                                                            |
| `operations.format.snapToGrid.reasons`                                       | enum\[]   | no       |                                                            |
| `operations.format.snapToGrid.tracked`                                       | boolean   | yes      |                                                            |
| `operations.format.specVanish`                                               | object    | yes      |                                                            |
| `operations.format.specVanish.available`                                     | boolean   | yes      |                                                            |
| `operations.format.specVanish.dryRun`                                        | boolean   | yes      |                                                            |
| `operations.format.specVanish.reasons`                                       | enum\[]   | no       |                                                            |
| `operations.format.specVanish.tracked`                                       | boolean   | yes      |                                                            |
| `operations.format.strike`                                                   | object    | yes      |                                                            |
| `operations.format.strike.available`                                         | boolean   | yes      |                                                            |
| `operations.format.strike.dryRun`                                            | boolean   | yes      |                                                            |
| `operations.format.strike.reasons`                                           | enum\[]   | no       |                                                            |
| `operations.format.strike.tracked`                                           | boolean   | yes      |                                                            |
| `operations.format.stylisticSets`                                            | object    | yes      |                                                            |
| `operations.format.stylisticSets.available`                                  | boolean   | yes      |                                                            |
| `operations.format.stylisticSets.dryRun`                                     | boolean   | yes      |                                                            |
| `operations.format.stylisticSets.reasons`                                    | enum\[]   | no       |                                                            |
| `operations.format.stylisticSets.tracked`                                    | boolean   | yes      |                                                            |
| `operations.format.underline`                                                | object    | yes      |                                                            |
| `operations.format.underline.available`                                      | boolean   | yes      |                                                            |
| `operations.format.underline.dryRun`                                         | boolean   | yes      |                                                            |
| `operations.format.underline.reasons`                                        | enum\[]   | no       |                                                            |
| `operations.format.underline.tracked`                                        | boolean   | yes      |                                                            |
| `operations.format.vanish`                                                   | object    | yes      |                                                            |
| `operations.format.vanish.available`                                         | boolean   | yes      |                                                            |
| `operations.format.vanish.dryRun`                                            | boolean   | yes      |                                                            |
| `operations.format.vanish.reasons`                                           | enum\[]   | no       |                                                            |
| `operations.format.vanish.tracked`                                           | boolean   | yes      |                                                            |
| `operations.format.vertAlign`                                                | object    | yes      |                                                            |
| `operations.format.vertAlign.available`                                      | boolean   | yes      |                                                            |
| `operations.format.vertAlign.dryRun`                                         | boolean   | yes      |                                                            |
| `operations.format.vertAlign.reasons`                                        | enum\[]   | no       |                                                            |
| `operations.format.vertAlign.tracked`                                        | boolean   | yes      |                                                            |
| `operations.format.webHidden`                                                | object    | yes      |                                                            |
| `operations.format.webHidden.available`                                      | boolean   | yes      |                                                            |
| `operations.format.webHidden.dryRun`                                         | boolean   | yes      |                                                            |
| `operations.format.webHidden.reasons`                                        | enum\[]   | no       |                                                            |
| `operations.format.webHidden.tracked`                                        | boolean   | yes      |                                                            |
| `operations.get`                                                             | object    | yes      |                                                            |
| `operations.get.available`                                                   | boolean   | yes      |                                                            |
| `operations.get.dryRun`                                                      | boolean   | yes      |                                                            |
| `operations.get.reasons`                                                     | enum\[]   | no       |                                                            |
| `operations.get.tracked`                                                     | boolean   | yes      |                                                            |
| `operations.getHtml`                                                         | object    | yes      |                                                            |
| `operations.getHtml.available`                                               | boolean   | yes      |                                                            |
| `operations.getHtml.dryRun`                                                  | boolean   | yes      |                                                            |
| `operations.getHtml.reasons`                                                 | enum\[]   | no       |                                                            |
| `operations.getHtml.tracked`                                                 | boolean   | yes      |                                                            |
| `operations.getMarkdown`                                                     | object    | yes      |                                                            |
| `operations.getMarkdown.available`                                           | boolean   | yes      |                                                            |
| `operations.getMarkdown.dryRun`                                              | boolean   | yes      |                                                            |
| `operations.getMarkdown.reasons`                                             | enum\[]   | no       |                                                            |
| `operations.getMarkdown.tracked`                                             | boolean   | yes      |                                                            |
| `operations.getNode`                                                         | object    | yes      |                                                            |
| `operations.getNode.available`                                               | boolean   | yes      |                                                            |
| `operations.getNode.dryRun`                                                  | boolean   | yes      |                                                            |
| `operations.getNode.reasons`                                                 | enum\[]   | no       |                                                            |
| `operations.getNode.tracked`                                                 | boolean   | yes      |                                                            |
| `operations.getNodeById`                                                     | object    | yes      |                                                            |
| `operations.getNodeById.available`                                           | boolean   | yes      |                                                            |
| `operations.getNodeById.dryRun`                                              | boolean   | yes      |                                                            |
| `operations.getNodeById.reasons`                                             | enum\[]   | no       |                                                            |
| `operations.getNodeById.tracked`                                             | boolean   | yes      |                                                            |
| `operations.getText`                                                         | object    | yes      |                                                            |
| `operations.getText.available`                                               | boolean   | yes      |                                                            |
| `operations.getText.dryRun`                                                  | boolean   | yes      |                                                            |
| `operations.getText.reasons`                                                 | enum\[]   | no       |                                                            |
| `operations.getText.tracked`                                                 | boolean   | yes      |                                                            |
| `operations.history.get`                                                     | object    | yes      |                                                            |
| `operations.history.get.available`                                           | boolean   | yes      |                                                            |
| `operations.history.get.dryRun`                                              | boolean   | yes      |                                                            |
| `operations.history.get.reasons`                                             | enum\[]   | no       |                                                            |
| `operations.history.get.tracked`                                             | boolean   | yes      |                                                            |
| `operations.history.redo`                                                    | object    | yes      |                                                            |
| `operations.history.redo.available`                                          | boolean   | yes      |                                                            |
| `operations.history.redo.dryRun`                                             | boolean   | yes      |                                                            |
| `operations.history.redo.reasons`                                            | enum\[]   | no       |                                                            |
| `operations.history.redo.tracked`                                            | boolean   | yes      |                                                            |
| `operations.history.undo`                                                    | object    | yes      |                                                            |
| `operations.history.undo.available`                                          | boolean   | yes      |                                                            |
| `operations.history.undo.dryRun`                                             | boolean   | yes      |                                                            |
| `operations.history.undo.reasons`                                            | enum\[]   | no       |                                                            |
| `operations.history.undo.tracked`                                            | boolean   | yes      |                                                            |
| `operations.hyperlinks.get`                                                  | object    | yes      |                                                            |
| `operations.hyperlinks.get.available`                                        | boolean   | yes      |                                                            |
| `operations.hyperlinks.get.dryRun`                                           | boolean   | yes      |                                                            |
| `operations.hyperlinks.get.reasons`                                          | enum\[]   | no       |                                                            |
| `operations.hyperlinks.get.tracked`                                          | boolean   | yes      |                                                            |
| `operations.hyperlinks.insert`                                               | object    | yes      |                                                            |
| `operations.hyperlinks.insert.available`                                     | boolean   | yes      |                                                            |
| `operations.hyperlinks.insert.dryRun`                                        | boolean   | yes      |                                                            |
| `operations.hyperlinks.insert.reasons`                                       | enum\[]   | no       |                                                            |
| `operations.hyperlinks.insert.tracked`                                       | boolean   | yes      |                                                            |
| `operations.hyperlinks.list`                                                 | object    | yes      |                                                            |
| `operations.hyperlinks.list.available`                                       | boolean   | yes      |                                                            |
| `operations.hyperlinks.list.dryRun`                                          | boolean   | yes      |                                                            |
| `operations.hyperlinks.list.reasons`                                         | enum\[]   | no       |                                                            |
| `operations.hyperlinks.list.tracked`                                         | boolean   | yes      |                                                            |
| `operations.hyperlinks.patch`                                                | object    | yes      |                                                            |
| `operations.hyperlinks.patch.available`                                      | boolean   | yes      |                                                            |
| `operations.hyperlinks.patch.dryRun`                                         | boolean   | yes      |                                                            |
| `operations.hyperlinks.patch.reasons`                                        | enum\[]   | no       |                                                            |
| `operations.hyperlinks.patch.tracked`                                        | boolean   | yes      |                                                            |
| `operations.hyperlinks.remove`                                               | object    | yes      |                                                            |
| `operations.hyperlinks.remove.available`                                     | boolean   | yes      |                                                            |
| `operations.hyperlinks.remove.dryRun`                                        | boolean   | yes      |                                                            |
| `operations.hyperlinks.remove.reasons`                                       | enum\[]   | no       |                                                            |
| `operations.hyperlinks.remove.tracked`                                       | boolean   | yes      |                                                            |
| `operations.hyperlinks.wrap`                                                 | object    | yes      |                                                            |
| `operations.hyperlinks.wrap.available`                                       | boolean   | yes      |                                                            |
| `operations.hyperlinks.wrap.dryRun`                                          | boolean   | yes      |                                                            |
| `operations.hyperlinks.wrap.reasons`                                         | enum\[]   | no       |                                                            |
| `operations.hyperlinks.wrap.tracked`                                         | boolean   | yes      |                                                            |
| `operations.images.convertToFloating`                                        | object    | yes      |                                                            |
| `operations.images.convertToFloating.available`                              | boolean   | yes      |                                                            |
| `operations.images.convertToFloating.dryRun`                                 | boolean   | yes      |                                                            |
| `operations.images.convertToFloating.reasons`                                | enum\[]   | no       |                                                            |
| `operations.images.convertToFloating.tracked`                                | boolean   | yes      |                                                            |
| `operations.images.convertToInline`                                          | object    | yes      |                                                            |
| `operations.images.convertToInline.available`                                | boolean   | yes      |                                                            |
| `operations.images.convertToInline.dryRun`                                   | boolean   | yes      |                                                            |
| `operations.images.convertToInline.reasons`                                  | enum\[]   | no       |                                                            |
| `operations.images.convertToInline.tracked`                                  | boolean   | yes      |                                                            |
| `operations.images.crop`                                                     | object    | yes      |                                                            |
| `operations.images.crop.available`                                           | boolean   | yes      |                                                            |
| `operations.images.crop.dryRun`                                              | boolean   | yes      |                                                            |
| `operations.images.crop.reasons`                                             | enum\[]   | no       |                                                            |
| `operations.images.crop.tracked`                                             | boolean   | yes      |                                                            |
| `operations.images.delete`                                                   | object    | yes      |                                                            |
| `operations.images.delete.available`                                         | boolean   | yes      |                                                            |
| `operations.images.delete.dryRun`                                            | boolean   | yes      |                                                            |
| `operations.images.delete.reasons`                                           | enum\[]   | no       |                                                            |
| `operations.images.delete.tracked`                                           | boolean   | yes      |                                                            |
| `operations.images.flip`                                                     | object    | yes      |                                                            |
| `operations.images.flip.available`                                           | boolean   | yes      |                                                            |
| `operations.images.flip.dryRun`                                              | boolean   | yes      |                                                            |
| `operations.images.flip.reasons`                                             | enum\[]   | no       |                                                            |
| `operations.images.flip.tracked`                                             | boolean   | yes      |                                                            |
| `operations.images.get`                                                      | object    | yes      |                                                            |
| `operations.images.get.available`                                            | boolean   | yes      |                                                            |
| `operations.images.get.dryRun`                                               | boolean   | yes      |                                                            |
| `operations.images.get.reasons`                                              | enum\[]   | no       |                                                            |
| `operations.images.get.tracked`                                              | boolean   | yes      |                                                            |
| `operations.images.insertCaption`                                            | object    | yes      |                                                            |
| `operations.images.insertCaption.available`                                  | boolean   | yes      |                                                            |
| `operations.images.insertCaption.dryRun`                                     | boolean   | yes      |                                                            |
| `operations.images.insertCaption.reasons`                                    | enum\[]   | no       |                                                            |
| `operations.images.insertCaption.tracked`                                    | boolean   | yes      |                                                            |
| `operations.images.list`                                                     | object    | yes      |                                                            |
| `operations.images.list.available`                                           | boolean   | yes      |                                                            |
| `operations.images.list.dryRun`                                              | boolean   | yes      |                                                            |
| `operations.images.list.reasons`                                             | enum\[]   | no       |                                                            |
| `operations.images.list.tracked`                                             | boolean   | yes      |                                                            |
| `operations.images.move`                                                     | object    | yes      |                                                            |
| `operations.images.move.available`                                           | boolean   | yes      |                                                            |
| `operations.images.move.dryRun`                                              | boolean   | yes      |                                                            |
| `operations.images.move.reasons`                                             | enum\[]   | no       |                                                            |
| `operations.images.move.tracked`                                             | boolean   | yes      |                                                            |
| `operations.images.removeCaption`                                            | object    | yes      |                                                            |
| `operations.images.removeCaption.available`                                  | boolean   | yes      |                                                            |
| `operations.images.removeCaption.dryRun`                                     | boolean   | yes      |                                                            |
| `operations.images.removeCaption.reasons`                                    | enum\[]   | no       |                                                            |
| `operations.images.removeCaption.tracked`                                    | boolean   | yes      |                                                            |
| `operations.images.replaceSource`                                            | object    | yes      |                                                            |
| `operations.images.replaceSource.available`                                  | boolean   | yes      |                                                            |
| `operations.images.replaceSource.dryRun`                                     | boolean   | yes      |                                                            |
| `operations.images.replaceSource.reasons`                                    | enum\[]   | no       |                                                            |
| `operations.images.replaceSource.tracked`                                    | boolean   | yes      |                                                            |
| `operations.images.resetCrop`                                                | object    | yes      |                                                            |
| `operations.images.resetCrop.available`                                      | boolean   | yes      |                                                            |
| `operations.images.resetCrop.dryRun`                                         | boolean   | yes      |                                                            |
| `operations.images.resetCrop.reasons`                                        | enum\[]   | no       |                                                            |
| `operations.images.resetCrop.tracked`                                        | boolean   | yes      |                                                            |
| `operations.images.rotate`                                                   | object    | yes      |                                                            |
| `operations.images.rotate.available`                                         | boolean   | yes      |                                                            |
| `operations.images.rotate.dryRun`                                            | boolean   | yes      |                                                            |
| `operations.images.rotate.reasons`                                           | enum\[]   | no       |                                                            |
| `operations.images.rotate.tracked`                                           | boolean   | yes      |                                                            |
| `operations.images.scale`                                                    | object    | yes      |                                                            |
| `operations.images.scale.available`                                          | boolean   | yes      |                                                            |
| `operations.images.scale.dryRun`                                             | boolean   | yes      |                                                            |
| `operations.images.scale.reasons`                                            | enum\[]   | no       |                                                            |
| `operations.images.scale.tracked`                                            | boolean   | yes      |                                                            |
| `operations.images.setAltText`                                               | object    | yes      |                                                            |
| `operations.images.setAltText.available`                                     | boolean   | yes      |                                                            |
| `operations.images.setAltText.dryRun`                                        | boolean   | yes      |                                                            |
| `operations.images.setAltText.reasons`                                       | enum\[]   | no       |                                                            |
| `operations.images.setAltText.tracked`                                       | boolean   | yes      |                                                            |
| `operations.images.setAnchorOptions`                                         | object    | yes      |                                                            |
| `operations.images.setAnchorOptions.available`                               | boolean   | yes      |                                                            |
| `operations.images.setAnchorOptions.dryRun`                                  | boolean   | yes      |                                                            |
| `operations.images.setAnchorOptions.reasons`                                 | enum\[]   | no       |                                                            |
| `operations.images.setAnchorOptions.tracked`                                 | boolean   | yes      |                                                            |
| `operations.images.setDecorative`                                            | object    | yes      |                                                            |
| `operations.images.setDecorative.available`                                  | boolean   | yes      |                                                            |
| `operations.images.setDecorative.dryRun`                                     | boolean   | yes      |                                                            |
| `operations.images.setDecorative.reasons`                                    | enum\[]   | no       |                                                            |
| `operations.images.setDecorative.tracked`                                    | boolean   | yes      |                                                            |
| `operations.images.setHyperlink`                                             | object    | yes      |                                                            |
| `operations.images.setHyperlink.available`                                   | boolean   | yes      |                                                            |
| `operations.images.setHyperlink.dryRun`                                      | boolean   | yes      |                                                            |
| `operations.images.setHyperlink.reasons`                                     | enum\[]   | no       |                                                            |
| `operations.images.setHyperlink.tracked`                                     | boolean   | yes      |                                                            |
| `operations.images.setLockAspectRatio`                                       | object    | yes      |                                                            |
| `operations.images.setLockAspectRatio.available`                             | boolean   | yes      |                                                            |
| `operations.images.setLockAspectRatio.dryRun`                                | boolean   | yes      |                                                            |
| `operations.images.setLockAspectRatio.reasons`                               | enum\[]   | no       |                                                            |
| `operations.images.setLockAspectRatio.tracked`                               | boolean   | yes      |                                                            |
| `operations.images.setName`                                                  | object    | yes      |                                                            |
| `operations.images.setName.available`                                        | boolean   | yes      |                                                            |
| `operations.images.setName.dryRun`                                           | boolean   | yes      |                                                            |
| `operations.images.setName.reasons`                                          | enum\[]   | no       |                                                            |
| `operations.images.setName.tracked`                                          | boolean   | yes      |                                                            |
| `operations.images.setPosition`                                              | object    | yes      |                                                            |
| `operations.images.setPosition.available`                                    | boolean   | yes      |                                                            |
| `operations.images.setPosition.dryRun`                                       | boolean   | yes      |                                                            |
| `operations.images.setPosition.reasons`                                      | enum\[]   | no       |                                                            |
| `operations.images.setPosition.tracked`                                      | boolean   | yes      |                                                            |
| `operations.images.setSize`                                                  | object    | yes      |                                                            |
| `operations.images.setSize.available`                                        | boolean   | yes      |                                                            |
| `operations.images.setSize.dryRun`                                           | boolean   | yes      |                                                            |
| `operations.images.setSize.reasons`                                          | enum\[]   | no       |                                                            |
| `operations.images.setSize.tracked`                                          | boolean   | yes      |                                                            |
| `operations.images.setWrapDistances`                                         | object    | yes      |                                                            |
| `operations.images.setWrapDistances.available`                               | boolean   | yes      |                                                            |
| `operations.images.setWrapDistances.dryRun`                                  | boolean   | yes      |                                                            |
| `operations.images.setWrapDistances.reasons`                                 | enum\[]   | no       |                                                            |
| `operations.images.setWrapDistances.tracked`                                 | boolean   | yes      |                                                            |
| `operations.images.setWrapSide`                                              | object    | yes      |                                                            |
| `operations.images.setWrapSide.available`                                    | boolean   | yes      |                                                            |
| `operations.images.setWrapSide.dryRun`                                       | boolean   | yes      |                                                            |
| `operations.images.setWrapSide.reasons`                                      | enum\[]   | no       |                                                            |
| `operations.images.setWrapSide.tracked`                                      | boolean   | yes      |                                                            |
| `operations.images.setWrapType`                                              | object    | yes      |                                                            |
| `operations.images.setWrapType.available`                                    | boolean   | yes      |                                                            |
| `operations.images.setWrapType.dryRun`                                       | boolean   | yes      |                                                            |
| `operations.images.setWrapType.reasons`                                      | enum\[]   | no       |                                                            |
| `operations.images.setWrapType.tracked`                                      | boolean   | yes      |                                                            |
| `operations.images.setZOrder`                                                | object    | yes      |                                                            |
| `operations.images.setZOrder.available`                                      | boolean   | yes      |                                                            |
| `operations.images.setZOrder.dryRun`                                         | boolean   | yes      |                                                            |
| `operations.images.setZOrder.reasons`                                        | enum\[]   | no       |                                                            |
| `operations.images.setZOrder.tracked`                                        | boolean   | yes      |                                                            |
| `operations.images.updateCaption`                                            | object    | yes      |                                                            |
| `operations.images.updateCaption.available`                                  | boolean   | yes      |                                                            |
| `operations.images.updateCaption.dryRun`                                     | boolean   | yes      |                                                            |
| `operations.images.updateCaption.reasons`                                    | enum\[]   | no       |                                                            |
| `operations.images.updateCaption.tracked`                                    | boolean   | yes      |                                                            |
| `operations.info`                                                            | object    | yes      |                                                            |
| `operations.info.available`                                                  | boolean   | yes      |                                                            |
| `operations.info.dryRun`                                                     | boolean   | yes      |                                                            |
| `operations.info.reasons`                                                    | enum\[]   | no       |                                                            |
| `operations.info.tracked`                                                    | boolean   | yes      |                                                            |
| `operations.insert`                                                          | object    | yes      |                                                            |
| `operations.insert.available`                                                | boolean   | yes      |                                                            |
| `operations.insert.dryRun`                                                   | boolean   | yes      |                                                            |
| `operations.insert.reasons`                                                  | enum\[]   | no       |                                                            |
| `operations.insert.tracked`                                                  | boolean   | yes      |                                                            |
| `operations.lists.applyPreset`                                               | object    | yes      |                                                            |
| `operations.lists.applyPreset.available`                                     | boolean   | yes      |                                                            |
| `operations.lists.applyPreset.dryRun`                                        | boolean   | yes      |                                                            |
| `operations.lists.applyPreset.reasons`                                       | enum\[]   | no       |                                                            |
| `operations.lists.applyPreset.tracked`                                       | boolean   | yes      |                                                            |
| `operations.lists.applyTemplate`                                             | object    | yes      |                                                            |
| `operations.lists.applyTemplate.available`                                   | boolean   | yes      |                                                            |
| `operations.lists.applyTemplate.dryRun`                                      | boolean   | yes      |                                                            |
| `operations.lists.applyTemplate.reasons`                                     | enum\[]   | no       |                                                            |
| `operations.lists.applyTemplate.tracked`                                     | boolean   | yes      |                                                            |
| `operations.lists.attach`                                                    | object    | yes      |                                                            |
| `operations.lists.attach.available`                                          | boolean   | yes      |                                                            |
| `operations.lists.attach.dryRun`                                             | boolean   | yes      |                                                            |
| `operations.lists.attach.reasons`                                            | enum\[]   | no       |                                                            |
| `operations.lists.attach.tracked`                                            | boolean   | yes      |                                                            |
| `operations.lists.canContinuePrevious`                                       | object    | yes      |                                                            |
| `operations.lists.canContinuePrevious.available`                             | boolean   | yes      |                                                            |
| `operations.lists.canContinuePrevious.dryRun`                                | boolean   | yes      |                                                            |
| `operations.lists.canContinuePrevious.reasons`                               | enum\[]   | no       |                                                            |
| `operations.lists.canContinuePrevious.tracked`                               | boolean   | yes      |                                                            |
| `operations.lists.canJoin`                                                   | object    | yes      |                                                            |
| `operations.lists.canJoin.available`                                         | boolean   | yes      |                                                            |
| `operations.lists.canJoin.dryRun`                                            | boolean   | yes      |                                                            |
| `operations.lists.canJoin.reasons`                                           | enum\[]   | no       |                                                            |
| `operations.lists.canJoin.tracked`                                           | boolean   | yes      |                                                            |
| `operations.lists.captureTemplate`                                           | object    | yes      |                                                            |
| `operations.lists.captureTemplate.available`                                 | boolean   | yes      |                                                            |
| `operations.lists.captureTemplate.dryRun`                                    | boolean   | yes      |                                                            |
| `operations.lists.captureTemplate.reasons`                                   | enum\[]   | no       |                                                            |
| `operations.lists.captureTemplate.tracked`                                   | boolean   | yes      |                                                            |
| `operations.lists.clearLevelOverrides`                                       | object    | yes      |                                                            |
| `operations.lists.clearLevelOverrides.available`                             | boolean   | yes      |                                                            |
| `operations.lists.clearLevelOverrides.dryRun`                                | boolean   | yes      |                                                            |
| `operations.lists.clearLevelOverrides.reasons`                               | enum\[]   | no       |                                                            |
| `operations.lists.clearLevelOverrides.tracked`                               | boolean   | yes      |                                                            |
| `operations.lists.continuePrevious`                                          | object    | yes      |                                                            |
| `operations.lists.continuePrevious.available`                                | boolean   | yes      |                                                            |
| `operations.lists.continuePrevious.dryRun`                                   | boolean   | yes      |                                                            |
| `operations.lists.continuePrevious.reasons`                                  | enum\[]   | no       |                                                            |
| `operations.lists.continuePrevious.tracked`                                  | boolean   | yes      |                                                            |
| `operations.lists.convertToText`                                             | object    | yes      |                                                            |
| `operations.lists.convertToText.available`                                   | boolean   | yes      |                                                            |
| `operations.lists.convertToText.dryRun`                                      | boolean   | yes      |                                                            |
| `operations.lists.convertToText.reasons`                                     | enum\[]   | no       |                                                            |
| `operations.lists.convertToText.tracked`                                     | boolean   | yes      |                                                            |
| `operations.lists.create`                                                    | object    | yes      |                                                            |
| `operations.lists.create.available`                                          | boolean   | yes      |                                                            |
| `operations.lists.create.dryRun`                                             | boolean   | yes      |                                                            |
| `operations.lists.create.reasons`                                            | enum\[]   | no       |                                                            |
| `operations.lists.create.tracked`                                            | boolean   | yes      |                                                            |
| `operations.lists.detach`                                                    | object    | yes      |                                                            |
| `operations.lists.detach.available`                                          | boolean   | yes      |                                                            |
| `operations.lists.detach.dryRun`                                             | boolean   | yes      |                                                            |
| `operations.lists.detach.reasons`                                            | enum\[]   | no       |                                                            |
| `operations.lists.detach.tracked`                                            | boolean   | yes      |                                                            |
| `operations.lists.get`                                                       | object    | yes      |                                                            |
| `operations.lists.get.available`                                             | boolean   | yes      |                                                            |
| `operations.lists.get.dryRun`                                                | boolean   | yes      |                                                            |
| `operations.lists.get.reasons`                                               | enum\[]   | no       |                                                            |
| `operations.lists.get.tracked`                                               | boolean   | yes      |                                                            |
| `operations.lists.indent`                                                    | object    | yes      |                                                            |
| `operations.lists.indent.available`                                          | boolean   | yes      |                                                            |
| `operations.lists.indent.dryRun`                                             | boolean   | yes      |                                                            |
| `operations.lists.indent.reasons`                                            | enum\[]   | no       |                                                            |
| `operations.lists.indent.tracked`                                            | boolean   | yes      |                                                            |
| `operations.lists.insert`                                                    | object    | yes      |                                                            |
| `operations.lists.insert.available`                                          | boolean   | yes      |                                                            |
| `operations.lists.insert.dryRun`                                             | boolean   | yes      |                                                            |
| `operations.lists.insert.reasons`                                            | enum\[]   | no       |                                                            |
| `operations.lists.insert.tracked`                                            | boolean   | yes      |                                                            |
| `operations.lists.join`                                                      | object    | yes      |                                                            |
| `operations.lists.join.available`                                            | boolean   | yes      |                                                            |
| `operations.lists.join.dryRun`                                               | boolean   | yes      |                                                            |
| `operations.lists.join.reasons`                                              | enum\[]   | no       |                                                            |
| `operations.lists.join.tracked`                                              | boolean   | yes      |                                                            |
| `operations.lists.list`                                                      | object    | yes      |                                                            |
| `operations.lists.list.available`                                            | boolean   | yes      |                                                            |
| `operations.lists.list.dryRun`                                               | boolean   | yes      |                                                            |
| `operations.lists.list.reasons`                                              | enum\[]   | no       |                                                            |
| `operations.lists.list.tracked`                                              | boolean   | yes      |                                                            |
| `operations.lists.outdent`                                                   | object    | yes      |                                                            |
| `operations.lists.outdent.available`                                         | boolean   | yes      |                                                            |
| `operations.lists.outdent.dryRun`                                            | boolean   | yes      |                                                            |
| `operations.lists.outdent.reasons`                                           | enum\[]   | no       |                                                            |
| `operations.lists.outdent.tracked`                                           | boolean   | yes      |                                                            |
| `operations.lists.separate`                                                  | object    | yes      |                                                            |
| `operations.lists.separate.available`                                        | boolean   | yes      |                                                            |
| `operations.lists.separate.dryRun`                                           | boolean   | yes      |                                                            |
| `operations.lists.separate.reasons`                                          | enum\[]   | no       |                                                            |
| `operations.lists.separate.tracked`                                          | boolean   | yes      |                                                            |
| `operations.lists.setLevel`                                                  | object    | yes      |                                                            |
| `operations.lists.setLevel.available`                                        | boolean   | yes      |                                                            |
| `operations.lists.setLevel.dryRun`                                           | boolean   | yes      |                                                            |
| `operations.lists.setLevel.reasons`                                          | enum\[]   | no       |                                                            |
| `operations.lists.setLevel.tracked`                                          | boolean   | yes      |                                                            |
| `operations.lists.setLevelAlignment`                                         | object    | yes      |                                                            |
| `operations.lists.setLevelAlignment.available`                               | boolean   | yes      |                                                            |
| `operations.lists.setLevelAlignment.dryRun`                                  | boolean   | yes      |                                                            |
| `operations.lists.setLevelAlignment.reasons`                                 | enum\[]   | no       |                                                            |
| `operations.lists.setLevelAlignment.tracked`                                 | boolean   | yes      |                                                            |
| `operations.lists.setLevelBullet`                                            | object    | yes      |                                                            |
| `operations.lists.setLevelBullet.available`                                  | boolean   | yes      |                                                            |
| `operations.lists.setLevelBullet.dryRun`                                     | boolean   | yes      |                                                            |
| `operations.lists.setLevelBullet.reasons`                                    | enum\[]   | no       |                                                            |
| `operations.lists.setLevelBullet.tracked`                                    | boolean   | yes      |                                                            |
| `operations.lists.setLevelIndents`                                           | object    | yes      |                                                            |
| `operations.lists.setLevelIndents.available`                                 | boolean   | yes      |                                                            |
| `operations.lists.setLevelIndents.dryRun`                                    | boolean   | yes      |                                                            |
| `operations.lists.setLevelIndents.reasons`                                   | enum\[]   | no       |                                                            |
| `operations.lists.setLevelIndents.tracked`                                   | boolean   | yes      |                                                            |
| `operations.lists.setLevelMarkerFont`                                        | object    | yes      |                                                            |
| `operations.lists.setLevelMarkerFont.available`                              | boolean   | yes      |                                                            |
| `operations.lists.setLevelMarkerFont.dryRun`                                 | boolean   | yes      |                                                            |
| `operations.lists.setLevelMarkerFont.reasons`                                | enum\[]   | no       |                                                            |
| `operations.lists.setLevelMarkerFont.tracked`                                | boolean   | yes      |                                                            |
| `operations.lists.setLevelNumbering`                                         | object    | yes      |                                                            |
| `operations.lists.setLevelNumbering.available`                               | boolean   | yes      |                                                            |
| `operations.lists.setLevelNumbering.dryRun`                                  | boolean   | yes      |                                                            |
| `operations.lists.setLevelNumbering.reasons`                                 | enum\[]   | no       |                                                            |
| `operations.lists.setLevelNumbering.tracked`                                 | boolean   | yes      |                                                            |
| `operations.lists.setLevelPictureBullet`                                     | object    | yes      |                                                            |
| `operations.lists.setLevelPictureBullet.available`                           | boolean   | yes      |                                                            |
| `operations.lists.setLevelPictureBullet.dryRun`                              | boolean   | yes      |                                                            |
| `operations.lists.setLevelPictureBullet.reasons`                             | enum\[]   | no       |                                                            |
| `operations.lists.setLevelPictureBullet.tracked`                             | boolean   | yes      |                                                            |
| `operations.lists.setLevelRestart`                                           | object    | yes      |                                                            |
| `operations.lists.setLevelRestart.available`                                 | boolean   | yes      |                                                            |
| `operations.lists.setLevelRestart.dryRun`                                    | boolean   | yes      |                                                            |
| `operations.lists.setLevelRestart.reasons`                                   | enum\[]   | no       |                                                            |
| `operations.lists.setLevelRestart.tracked`                                   | boolean   | yes      |                                                            |
| `operations.lists.setLevelTrailingCharacter`                                 | object    | yes      |                                                            |
| `operations.lists.setLevelTrailingCharacter.available`                       | boolean   | yes      |                                                            |
| `operations.lists.setLevelTrailingCharacter.dryRun`                          | boolean   | yes      |                                                            |
| `operations.lists.setLevelTrailingCharacter.reasons`                         | enum\[]   | no       |                                                            |
| `operations.lists.setLevelTrailingCharacter.tracked`                         | boolean   | yes      |                                                            |
| `operations.lists.setType`                                                   | object    | yes      |                                                            |
| `operations.lists.setType.available`                                         | boolean   | yes      |                                                            |
| `operations.lists.setType.dryRun`                                            | boolean   | yes      |                                                            |
| `operations.lists.setType.reasons`                                           | enum\[]   | no       |                                                            |
| `operations.lists.setType.tracked`                                           | boolean   | yes      |                                                            |
| `operations.lists.setValue`                                                  | object    | yes      |                                                            |
| `operations.lists.setValue.available`                                        | boolean   | yes      |                                                            |
| `operations.lists.setValue.dryRun`                                           | boolean   | yes      |                                                            |
| `operations.lists.setValue.reasons`                                          | enum\[]   | no       |                                                            |
| `operations.lists.setValue.tracked`                                          | boolean   | yes      |                                                            |
| `operations.markdownToFragment`                                              | object    | yes      |                                                            |
| `operations.markdownToFragment.available`                                    | boolean   | yes      |                                                            |
| `operations.markdownToFragment.dryRun`                                       | boolean   | yes      |                                                            |
| `operations.markdownToFragment.reasons`                                      | enum\[]   | no       |                                                            |
| `operations.markdownToFragment.tracked`                                      | boolean   | yes      |                                                            |
| `operations.mutations.apply`                                                 | object    | yes      |                                                            |
| `operations.mutations.apply.available`                                       | boolean   | yes      |                                                            |
| `operations.mutations.apply.dryRun`                                          | boolean   | yes      |                                                            |
| `operations.mutations.apply.reasons`                                         | enum\[]   | no       |                                                            |
| `operations.mutations.apply.tracked`                                         | boolean   | yes      |                                                            |
| `operations.mutations.preview`                                               | object    | yes      |                                                            |
| `operations.mutations.preview.available`                                     | boolean   | yes      |                                                            |
| `operations.mutations.preview.dryRun`                                        | boolean   | yes      |                                                            |
| `operations.mutations.preview.reasons`                                       | enum\[]   | no       |                                                            |
| `operations.mutations.preview.tracked`                                       | boolean   | yes      |                                                            |
| `operations.query.match`                                                     | object    | yes      |                                                            |
| `operations.query.match.available`                                           | boolean   | yes      |                                                            |
| `operations.query.match.dryRun`                                              | boolean   | yes      |                                                            |
| `operations.query.match.reasons`                                             | enum\[]   | no       |                                                            |
| `operations.query.match.tracked`                                             | boolean   | yes      |                                                            |
| `operations.replace`                                                         | object    | yes      |                                                            |
| `operations.replace.available`                                               | boolean   | yes      |                                                            |
| `operations.replace.dryRun`                                                  | boolean   | yes      |                                                            |
| `operations.replace.reasons`                                                 | enum\[]   | no       |                                                            |
| `operations.replace.tracked`                                                 | boolean   | yes      |                                                            |
| `operations.sections.clearHeaderFooterRef`                                   | object    | yes      |                                                            |
| `operations.sections.clearHeaderFooterRef.available`                         | boolean   | yes      |                                                            |
| `operations.sections.clearHeaderFooterRef.dryRun`                            | boolean   | yes      |                                                            |
| `operations.sections.clearHeaderFooterRef.reasons`                           | enum\[]   | no       |                                                            |
| `operations.sections.clearHeaderFooterRef.tracked`                           | boolean   | yes      |                                                            |
| `operations.sections.clearPageBorders`                                       | object    | yes      |                                                            |
| `operations.sections.clearPageBorders.available`                             | boolean   | yes      |                                                            |
| `operations.sections.clearPageBorders.dryRun`                                | boolean   | yes      |                                                            |
| `operations.sections.clearPageBorders.reasons`                               | enum\[]   | no       |                                                            |
| `operations.sections.clearPageBorders.tracked`                               | boolean   | yes      |                                                            |
| `operations.sections.get`                                                    | object    | yes      |                                                            |
| `operations.sections.get.available`                                          | boolean   | yes      |                                                            |
| `operations.sections.get.dryRun`                                             | boolean   | yes      |                                                            |
| `operations.sections.get.reasons`                                            | enum\[]   | no       |                                                            |
| `operations.sections.get.tracked`                                            | boolean   | yes      |                                                            |
| `operations.sections.list`                                                   | object    | yes      |                                                            |
| `operations.sections.list.available`                                         | boolean   | yes      |                                                            |
| `operations.sections.list.dryRun`                                            | boolean   | yes      |                                                            |
| `operations.sections.list.reasons`                                           | enum\[]   | no       |                                                            |
| `operations.sections.list.tracked`                                           | boolean   | yes      |                                                            |
| `operations.sections.setBreakType`                                           | object    | yes      |                                                            |
| `operations.sections.setBreakType.available`                                 | boolean   | yes      |                                                            |
| `operations.sections.setBreakType.dryRun`                                    | boolean   | yes      |                                                            |
| `operations.sections.setBreakType.reasons`                                   | enum\[]   | no       |                                                            |
| `operations.sections.setBreakType.tracked`                                   | boolean   | yes      |                                                            |
| `operations.sections.setColumns`                                             | object    | yes      |                                                            |
| `operations.sections.setColumns.available`                                   | boolean   | yes      |                                                            |
| `operations.sections.setColumns.dryRun`                                      | boolean   | yes      |                                                            |
| `operations.sections.setColumns.reasons`                                     | enum\[]   | no       |                                                            |
| `operations.sections.setColumns.tracked`                                     | boolean   | yes      |                                                            |
| `operations.sections.setHeaderFooterMargins`                                 | object    | yes      |                                                            |
| `operations.sections.setHeaderFooterMargins.available`                       | boolean   | yes      |                                                            |
| `operations.sections.setHeaderFooterMargins.dryRun`                          | boolean   | yes      |                                                            |
| `operations.sections.setHeaderFooterMargins.reasons`                         | enum\[]   | no       |                                                            |
| `operations.sections.setHeaderFooterMargins.tracked`                         | boolean   | yes      |                                                            |
| `operations.sections.setHeaderFooterRef`                                     | object    | yes      |                                                            |
| `operations.sections.setHeaderFooterRef.available`                           | boolean   | yes      |                                                            |
| `operations.sections.setHeaderFooterRef.dryRun`                              | boolean   | yes      |                                                            |
| `operations.sections.setHeaderFooterRef.reasons`                             | enum\[]   | no       |                                                            |
| `operations.sections.setHeaderFooterRef.tracked`                             | boolean   | yes      |                                                            |
| `operations.sections.setLineNumbering`                                       | object    | yes      |                                                            |
| `operations.sections.setLineNumbering.available`                             | boolean   | yes      |                                                            |
| `operations.sections.setLineNumbering.dryRun`                                | boolean   | yes      |                                                            |
| `operations.sections.setLineNumbering.reasons`                               | enum\[]   | no       |                                                            |
| `operations.sections.setLineNumbering.tracked`                               | boolean   | yes      |                                                            |
| `operations.sections.setLinkToPrevious`                                      | object    | yes      |                                                            |
| `operations.sections.setLinkToPrevious.available`                            | boolean   | yes      |                                                            |
| `operations.sections.setLinkToPrevious.dryRun`                               | boolean   | yes      |                                                            |
| `operations.sections.setLinkToPrevious.reasons`                              | enum\[]   | no       |                                                            |
| `operations.sections.setLinkToPrevious.tracked`                              | boolean   | yes      |                                                            |
| `operations.sections.setOddEvenHeadersFooters`                               | object    | yes      |                                                            |
| `operations.sections.setOddEvenHeadersFooters.available`                     | boolean   | yes      |                                                            |
| `operations.sections.setOddEvenHeadersFooters.dryRun`                        | boolean   | yes      |                                                            |
| `operations.sections.setOddEvenHeadersFooters.reasons`                       | enum\[]   | no       |                                                            |
| `operations.sections.setOddEvenHeadersFooters.tracked`                       | boolean   | yes      |                                                            |
| `operations.sections.setPageBorders`                                         | object    | yes      |                                                            |
| `operations.sections.setPageBorders.available`                               | boolean   | yes      |                                                            |
| `operations.sections.setPageBorders.dryRun`                                  | boolean   | yes      |                                                            |
| `operations.sections.setPageBorders.reasons`                                 | enum\[]   | no       |                                                            |
| `operations.sections.setPageBorders.tracked`                                 | boolean   | yes      |                                                            |
| `operations.sections.setPageMargins`                                         | object    | yes      |                                                            |
| `operations.sections.setPageMargins.available`                               | boolean   | yes      |                                                            |
| `operations.sections.setPageMargins.dryRun`                                  | boolean   | yes      |                                                            |
| `operations.sections.setPageMargins.reasons`                                 | enum\[]   | no       |                                                            |
| `operations.sections.setPageMargins.tracked`                                 | boolean   | yes      |                                                            |
| `operations.sections.setPageNumbering`                                       | object    | yes      |                                                            |
| `operations.sections.setPageNumbering.available`                             | boolean   | yes      |                                                            |
| `operations.sections.setPageNumbering.dryRun`                                | boolean   | yes      |                                                            |
| `operations.sections.setPageNumbering.reasons`                               | enum\[]   | no       |                                                            |
| `operations.sections.setPageNumbering.tracked`                               | boolean   | yes      |                                                            |
| `operations.sections.setPageSetup`                                           | object    | yes      |                                                            |
| `operations.sections.setPageSetup.available`                                 | boolean   | yes      |                                                            |
| `operations.sections.setPageSetup.dryRun`                                    | boolean   | yes      |                                                            |
| `operations.sections.setPageSetup.reasons`                                   | enum\[]   | no       |                                                            |
| `operations.sections.setPageSetup.tracked`                                   | boolean   | yes      |                                                            |
| `operations.sections.setSectionDirection`                                    | object    | yes      |                                                            |
| `operations.sections.setSectionDirection.available`                          | boolean   | yes      |                                                            |
| `operations.sections.setSectionDirection.dryRun`                             | boolean   | yes      |                                                            |
| `operations.sections.setSectionDirection.reasons`                            | enum\[]   | no       |                                                            |
| `operations.sections.setSectionDirection.tracked`                            | boolean   | yes      |                                                            |
| `operations.sections.setTitlePage`                                           | object    | yes      |                                                            |
| `operations.sections.setTitlePage.available`                                 | boolean   | yes      |                                                            |
| `operations.sections.setTitlePage.dryRun`                                    | boolean   | yes      |                                                            |
| `operations.sections.setTitlePage.reasons`                                   | enum\[]   | no       |                                                            |
| `operations.sections.setTitlePage.tracked`                                   | boolean   | yes      |                                                            |
| `operations.sections.setVerticalAlign`                                       | object    | yes      |                                                            |
| `operations.sections.setVerticalAlign.available`                             | boolean   | yes      |                                                            |
| `operations.sections.setVerticalAlign.dryRun`                                | boolean   | yes      |                                                            |
| `operations.sections.setVerticalAlign.reasons`                               | enum\[]   | no       |                                                            |
| `operations.sections.setVerticalAlign.tracked`                               | boolean   | yes      |                                                            |
| `operations.styles.apply`                                                    | object    | yes      |                                                            |
| `operations.styles.apply.available`                                          | boolean   | yes      |                                                            |
| `operations.styles.apply.dryRun`                                             | boolean   | yes      |                                                            |
| `operations.styles.apply.reasons`                                            | enum\[]   | no       |                                                            |
| `operations.styles.apply.tracked`                                            | boolean   | yes      |                                                            |
| `operations.styles.paragraph.clearStyle`                                     | object    | yes      |                                                            |
| `operations.styles.paragraph.clearStyle.available`                           | boolean   | yes      |                                                            |
| `operations.styles.paragraph.clearStyle.dryRun`                              | boolean   | yes      |                                                            |
| `operations.styles.paragraph.clearStyle.reasons`                             | enum\[]   | no       |                                                            |
| `operations.styles.paragraph.clearStyle.tracked`                             | boolean   | yes      |                                                            |
| `operations.styles.paragraph.setStyle`                                       | object    | yes      |                                                            |
| `operations.styles.paragraph.setStyle.available`                             | boolean   | yes      |                                                            |
| `operations.styles.paragraph.setStyle.dryRun`                                | boolean   | yes      |                                                            |
| `operations.styles.paragraph.setStyle.reasons`                               | enum\[]   | no       |                                                            |
| `operations.styles.paragraph.setStyle.tracked`                               | boolean   | yes      |                                                            |
| `operations.tables.applyBorderPreset`                                        | object    | yes      |                                                            |
| `operations.tables.applyBorderPreset.available`                              | boolean   | yes      |                                                            |
| `operations.tables.applyBorderPreset.dryRun`                                 | boolean   | yes      |                                                            |
| `operations.tables.applyBorderPreset.reasons`                                | enum\[]   | no       |                                                            |
| `operations.tables.applyBorderPreset.tracked`                                | boolean   | yes      |                                                            |
| `operations.tables.clearBorder`                                              | object    | yes      |                                                            |
| `operations.tables.clearBorder.available`                                    | boolean   | yes      |                                                            |
| `operations.tables.clearBorder.dryRun`                                       | boolean   | yes      |                                                            |
| `operations.tables.clearBorder.reasons`                                      | enum\[]   | no       |                                                            |
| `operations.tables.clearBorder.tracked`                                      | boolean   | yes      |                                                            |
| `operations.tables.clearCellSpacing`                                         | object    | yes      |                                                            |
| `operations.tables.clearCellSpacing.available`                               | boolean   | yes      |                                                            |
| `operations.tables.clearCellSpacing.dryRun`                                  | boolean   | yes      |                                                            |
| `operations.tables.clearCellSpacing.reasons`                                 | enum\[]   | no       |                                                            |
| `operations.tables.clearCellSpacing.tracked`                                 | boolean   | yes      |                                                            |
| `operations.tables.clearContents`                                            | object    | yes      |                                                            |
| `operations.tables.clearContents.available`                                  | boolean   | yes      |                                                            |
| `operations.tables.clearContents.dryRun`                                     | boolean   | yes      |                                                            |
| `operations.tables.clearContents.reasons`                                    | enum\[]   | no       |                                                            |
| `operations.tables.clearContents.tracked`                                    | boolean   | yes      |                                                            |
| `operations.tables.clearDefaultStyle`                                        | object    | yes      |                                                            |
| `operations.tables.clearDefaultStyle.available`                              | boolean   | yes      |                                                            |
| `operations.tables.clearDefaultStyle.dryRun`                                 | boolean   | yes      |                                                            |
| `operations.tables.clearDefaultStyle.reasons`                                | enum\[]   | no       |                                                            |
| `operations.tables.clearDefaultStyle.tracked`                                | boolean   | yes      |                                                            |
| `operations.tables.clearShading`                                             | object    | yes      |                                                            |
| `operations.tables.clearShading.available`                                   | boolean   | yes      |                                                            |
| `operations.tables.clearShading.dryRun`                                      | boolean   | yes      |                                                            |
| `operations.tables.clearShading.reasons`                                     | enum\[]   | no       |                                                            |
| `operations.tables.clearShading.tracked`                                     | boolean   | yes      |                                                            |
| `operations.tables.clearStyle`                                               | object    | yes      |                                                            |
| `operations.tables.clearStyle.available`                                     | boolean   | yes      |                                                            |
| `operations.tables.clearStyle.dryRun`                                        | boolean   | yes      |                                                            |
| `operations.tables.clearStyle.reasons`                                       | enum\[]   | no       |                                                            |
| `operations.tables.clearStyle.tracked`                                       | boolean   | yes      |                                                            |
| `operations.tables.convertFromText`                                          | object    | yes      |                                                            |
| `operations.tables.convertFromText.available`                                | boolean   | yes      |                                                            |
| `operations.tables.convertFromText.dryRun`                                   | boolean   | yes      |                                                            |
| `operations.tables.convertFromText.reasons`                                  | enum\[]   | no       |                                                            |
| `operations.tables.convertFromText.tracked`                                  | boolean   | yes      |                                                            |
| `operations.tables.convertToText`                                            | object    | yes      |                                                            |
| `operations.tables.convertToText.available`                                  | boolean   | yes      |                                                            |
| `operations.tables.convertToText.dryRun`                                     | boolean   | yes      |                                                            |
| `operations.tables.convertToText.reasons`                                    | enum\[]   | no       |                                                            |
| `operations.tables.convertToText.tracked`                                    | boolean   | yes      |                                                            |
| `operations.tables.delete`                                                   | object    | yes      |                                                            |
| `operations.tables.delete.available`                                         | boolean   | yes      |                                                            |
| `operations.tables.delete.dryRun`                                            | boolean   | yes      |                                                            |
| `operations.tables.delete.reasons`                                           | enum\[]   | no       |                                                            |
| `operations.tables.delete.tracked`                                           | boolean   | yes      |                                                            |
| `operations.tables.deleteCell`                                               | object    | yes      |                                                            |
| `operations.tables.deleteCell.available`                                     | boolean   | yes      |                                                            |
| `operations.tables.deleteCell.dryRun`                                        | boolean   | yes      |                                                            |
| `operations.tables.deleteCell.reasons`                                       | enum\[]   | no       |                                                            |
| `operations.tables.deleteCell.tracked`                                       | boolean   | yes      |                                                            |
| `operations.tables.deleteColumn`                                             | object    | yes      |                                                            |
| `operations.tables.deleteColumn.available`                                   | boolean   | yes      |                                                            |
| `operations.tables.deleteColumn.dryRun`                                      | boolean   | yes      |                                                            |
| `operations.tables.deleteColumn.reasons`                                     | enum\[]   | no       |                                                            |
| `operations.tables.deleteColumn.tracked`                                     | boolean   | yes      |                                                            |
| `operations.tables.deleteRow`                                                | object    | yes      |                                                            |
| `operations.tables.deleteRow.available`                                      | boolean   | yes      |                                                            |
| `operations.tables.deleteRow.dryRun`                                         | boolean   | yes      |                                                            |
| `operations.tables.deleteRow.reasons`                                        | enum\[]   | no       |                                                            |
| `operations.tables.deleteRow.tracked`                                        | boolean   | yes      |                                                            |
| `operations.tables.distributeColumns`                                        | object    | yes      |                                                            |
| `operations.tables.distributeColumns.available`                              | boolean   | yes      |                                                            |
| `operations.tables.distributeColumns.dryRun`                                 | boolean   | yes      |                                                            |
| `operations.tables.distributeColumns.reasons`                                | enum\[]   | no       |                                                            |
| `operations.tables.distributeColumns.tracked`                                | boolean   | yes      |                                                            |
| `operations.tables.distributeRows`                                           | object    | yes      |                                                            |
| `operations.tables.distributeRows.available`                                 | boolean   | yes      |                                                            |
| `operations.tables.distributeRows.dryRun`                                    | boolean   | yes      |                                                            |
| `operations.tables.distributeRows.reasons`                                   | enum\[]   | no       |                                                            |
| `operations.tables.distributeRows.tracked`                                   | boolean   | yes      |                                                            |
| `operations.tables.get`                                                      | object    | yes      |                                                            |
| `operations.tables.get.available`                                            | boolean   | yes      |                                                            |
| `operations.tables.get.dryRun`                                               | boolean   | yes      |                                                            |
| `operations.tables.get.reasons`                                              | enum\[]   | no       |                                                            |
| `operations.tables.get.tracked`                                              | boolean   | yes      |                                                            |
| `operations.tables.getCells`                                                 | object    | yes      |                                                            |
| `operations.tables.getCells.available`                                       | boolean   | yes      |                                                            |
| `operations.tables.getCells.dryRun`                                          | boolean   | yes      |                                                            |
| `operations.tables.getCells.reasons`                                         | enum\[]   | no       |                                                            |
| `operations.tables.getCells.tracked`                                         | boolean   | yes      |                                                            |
| `operations.tables.getProperties`                                            | object    | yes      |                                                            |
| `operations.tables.getProperties.available`                                  | boolean   | yes      |                                                            |
| `operations.tables.getProperties.dryRun`                                     | boolean   | yes      |                                                            |
| `operations.tables.getProperties.reasons`                                    | enum\[]   | no       |                                                            |
| `operations.tables.getProperties.tracked`                                    | boolean   | yes      |                                                            |
| `operations.tables.getStyles`                                                | object    | yes      |                                                            |
| `operations.tables.getStyles.available`                                      | boolean   | yes      |                                                            |
| `operations.tables.getStyles.dryRun`                                         | boolean   | yes      |                                                            |
| `operations.tables.getStyles.reasons`                                        | enum\[]   | no       |                                                            |
| `operations.tables.getStyles.tracked`                                        | boolean   | yes      |                                                            |
| `operations.tables.insertCell`                                               | object    | yes      |                                                            |
| `operations.tables.insertCell.available`                                     | boolean   | yes      |                                                            |
| `operations.tables.insertCell.dryRun`                                        | boolean   | yes      |                                                            |
| `operations.tables.insertCell.reasons`                                       | enum\[]   | no       |                                                            |
| `operations.tables.insertCell.tracked`                                       | boolean   | yes      |                                                            |
| `operations.tables.insertColumn`                                             | object    | yes      |                                                            |
| `operations.tables.insertColumn.available`                                   | boolean   | yes      |                                                            |
| `operations.tables.insertColumn.dryRun`                                      | boolean   | yes      |                                                            |
| `operations.tables.insertColumn.reasons`                                     | enum\[]   | no       |                                                            |
| `operations.tables.insertColumn.tracked`                                     | boolean   | yes      |                                                            |
| `operations.tables.insertRow`                                                | object    | yes      |                                                            |
| `operations.tables.insertRow.available`                                      | boolean   | yes      |                                                            |
| `operations.tables.insertRow.dryRun`                                         | boolean   | yes      |                                                            |
| `operations.tables.insertRow.reasons`                                        | enum\[]   | no       |                                                            |
| `operations.tables.insertRow.tracked`                                        | boolean   | yes      |                                                            |
| `operations.tables.mergeCells`                                               | object    | yes      |                                                            |
| `operations.tables.mergeCells.available`                                     | boolean   | yes      |                                                            |
| `operations.tables.mergeCells.dryRun`                                        | boolean   | yes      |                                                            |
| `operations.tables.mergeCells.reasons`                                       | enum\[]   | no       |                                                            |
| `operations.tables.mergeCells.tracked`                                       | boolean   | yes      |                                                            |
| `operations.tables.move`                                                     | object    | yes      |                                                            |
| `operations.tables.move.available`                                           | boolean   | yes      |                                                            |
| `operations.tables.move.dryRun`                                              | boolean   | yes      |                                                            |
| `operations.tables.move.reasons`                                             | enum\[]   | no       |                                                            |
| `operations.tables.move.tracked`                                             | boolean   | yes      |                                                            |
| `operations.tables.setAltText`                                               | object    | yes      |                                                            |
| `operations.tables.setAltText.available`                                     | boolean   | yes      |                                                            |
| `operations.tables.setAltText.dryRun`                                        | boolean   | yes      |                                                            |
| `operations.tables.setAltText.reasons`                                       | enum\[]   | no       |                                                            |
| `operations.tables.setAltText.tracked`                                       | boolean   | yes      |                                                            |
| `operations.tables.setBorder`                                                | object    | yes      |                                                            |
| `operations.tables.setBorder.available`                                      | boolean   | yes      |                                                            |
| `operations.tables.setBorder.dryRun`                                         | boolean   | yes      |                                                            |
| `operations.tables.setBorder.reasons`                                        | enum\[]   | no       |                                                            |
| `operations.tables.setBorder.tracked`                                        | boolean   | yes      |                                                            |
| `operations.tables.setCellPadding`                                           | object    | yes      |                                                            |
| `operations.tables.setCellPadding.available`                                 | boolean   | yes      |                                                            |
| `operations.tables.setCellPadding.dryRun`                                    | boolean   | yes      |                                                            |
| `operations.tables.setCellPadding.reasons`                                   | enum\[]   | no       |                                                            |
| `operations.tables.setCellPadding.tracked`                                   | boolean   | yes      |                                                            |
| `operations.tables.setCellProperties`                                        | object    | yes      |                                                            |
| `operations.tables.setCellProperties.available`                              | boolean   | yes      |                                                            |
| `operations.tables.setCellProperties.dryRun`                                 | boolean   | yes      |                                                            |
| `operations.tables.setCellProperties.reasons`                                | enum\[]   | no       |                                                            |
| `operations.tables.setCellProperties.tracked`                                | boolean   | yes      |                                                            |
| `operations.tables.setCellSpacing`                                           | object    | yes      |                                                            |
| `operations.tables.setCellSpacing.available`                                 | boolean   | yes      |                                                            |
| `operations.tables.setCellSpacing.dryRun`                                    | boolean   | yes      |                                                            |
| `operations.tables.setCellSpacing.reasons`                                   | enum\[]   | no       |                                                            |
| `operations.tables.setCellSpacing.tracked`                                   | boolean   | yes      |                                                            |
| `operations.tables.setColumnWidth`                                           | object    | yes      |                                                            |
| `operations.tables.setColumnWidth.available`                                 | boolean   | yes      |                                                            |
| `operations.tables.setColumnWidth.dryRun`                                    | boolean   | yes      |                                                            |
| `operations.tables.setColumnWidth.reasons`                                   | enum\[]   | no       |                                                            |
| `operations.tables.setColumnWidth.tracked`                                   | boolean   | yes      |                                                            |
| `operations.tables.setDefaultStyle`                                          | object    | yes      |                                                            |
| `operations.tables.setDefaultStyle.available`                                | boolean   | yes      |                                                            |
| `operations.tables.setDefaultStyle.dryRun`                                   | boolean   | yes      |                                                            |
| `operations.tables.setDefaultStyle.reasons`                                  | enum\[]   | no       |                                                            |
| `operations.tables.setDefaultStyle.tracked`                                  | boolean   | yes      |                                                            |
| `operations.tables.setLayout`                                                | object    | yes      |                                                            |
| `operations.tables.setLayout.available`                                      | boolean   | yes      |                                                            |
| `operations.tables.setLayout.dryRun`                                         | boolean   | yes      |                                                            |
| `operations.tables.setLayout.reasons`                                        | enum\[]   | no       |                                                            |
| `operations.tables.setLayout.tracked`                                        | boolean   | yes      |                                                            |
| `operations.tables.setRowHeight`                                             | object    | yes      |                                                            |
| `operations.tables.setRowHeight.available`                                   | boolean   | yes      |                                                            |
| `operations.tables.setRowHeight.dryRun`                                      | boolean   | yes      |                                                            |
| `operations.tables.setRowHeight.reasons`                                     | enum\[]   | no       |                                                            |
| `operations.tables.setRowHeight.tracked`                                     | boolean   | yes      |                                                            |
| `operations.tables.setRowOptions`                                            | object    | yes      |                                                            |
| `operations.tables.setRowOptions.available`                                  | boolean   | yes      |                                                            |
| `operations.tables.setRowOptions.dryRun`                                     | boolean   | yes      |                                                            |
| `operations.tables.setRowOptions.reasons`                                    | enum\[]   | no       |                                                            |
| `operations.tables.setRowOptions.tracked`                                    | boolean   | yes      |                                                            |
| `operations.tables.setShading`                                               | object    | yes      |                                                            |
| `operations.tables.setShading.available`                                     | boolean   | yes      |                                                            |
| `operations.tables.setShading.dryRun`                                        | boolean   | yes      |                                                            |
| `operations.tables.setShading.reasons`                                       | enum\[]   | no       |                                                            |
| `operations.tables.setShading.tracked`                                       | boolean   | yes      |                                                            |
| `operations.tables.setStyle`                                                 | object    | yes      |                                                            |
| `operations.tables.setStyle.available`                                       | boolean   | yes      |                                                            |
| `operations.tables.setStyle.dryRun`                                          | boolean   | yes      |                                                            |
| `operations.tables.setStyle.reasons`                                         | enum\[]   | no       |                                                            |
| `operations.tables.setStyle.tracked`                                         | boolean   | yes      |                                                            |
| `operations.tables.setStyleOption`                                           | object    | yes      |                                                            |
| `operations.tables.setStyleOption.available`                                 | boolean   | yes      |                                                            |
| `operations.tables.setStyleOption.dryRun`                                    | boolean   | yes      |                                                            |
| `operations.tables.setStyleOption.reasons`                                   | enum\[]   | no       |                                                            |
| `operations.tables.setStyleOption.tracked`                                   | boolean   | yes      |                                                            |
| `operations.tables.setTablePadding`                                          | object    | yes      |                                                            |
| `operations.tables.setTablePadding.available`                                | boolean   | yes      |                                                            |
| `operations.tables.setTablePadding.dryRun`                                   | boolean   | yes      |                                                            |
| `operations.tables.setTablePadding.reasons`                                  | enum\[]   | no       |                                                            |
| `operations.tables.setTablePadding.tracked`                                  | boolean   | yes      |                                                            |
| `operations.tables.sort`                                                     | object    | yes      |                                                            |
| `operations.tables.sort.available`                                           | boolean   | yes      |                                                            |
| `operations.tables.sort.dryRun`                                              | boolean   | yes      |                                                            |
| `operations.tables.sort.reasons`                                             | enum\[]   | no       |                                                            |
| `operations.tables.sort.tracked`                                             | boolean   | yes      |                                                            |
| `operations.tables.split`                                                    | object    | yes      |                                                            |
| `operations.tables.split.available`                                          | boolean   | yes      |                                                            |
| `operations.tables.split.dryRun`                                             | boolean   | yes      |                                                            |
| `operations.tables.split.reasons`                                            | enum\[]   | no       |                                                            |
| `operations.tables.split.tracked`                                            | boolean   | yes      |                                                            |
| `operations.tables.splitCell`                                                | object    | yes      |                                                            |
| `operations.tables.splitCell.available`                                      | boolean   | yes      |                                                            |
| `operations.tables.splitCell.dryRun`                                         | boolean   | yes      |                                                            |
| `operations.tables.splitCell.reasons`                                        | enum\[]   | no       |                                                            |
| `operations.tables.splitCell.tracked`                                        | boolean   | yes      |                                                            |
| `operations.tables.unmergeCells`                                             | object    | yes      |                                                            |
| `operations.tables.unmergeCells.available`                                   | boolean   | yes      |                                                            |
| `operations.tables.unmergeCells.dryRun`                                      | boolean   | yes      |                                                            |
| `operations.tables.unmergeCells.reasons`                                     | enum\[]   | no       |                                                            |
| `operations.tables.unmergeCells.tracked`                                     | boolean   | yes      |                                                            |
| `operations.toc.configure`                                                   | object    | yes      |                                                            |
| `operations.toc.configure.available`                                         | boolean   | yes      |                                                            |
| `operations.toc.configure.dryRun`                                            | boolean   | yes      |                                                            |
| `operations.toc.configure.reasons`                                           | enum\[]   | no       |                                                            |
| `operations.toc.configure.tracked`                                           | boolean   | yes      |                                                            |
| `operations.toc.editEntry`                                                   | object    | yes      |                                                            |
| `operations.toc.editEntry.available`                                         | boolean   | yes      |                                                            |
| `operations.toc.editEntry.dryRun`                                            | boolean   | yes      |                                                            |
| `operations.toc.editEntry.reasons`                                           | enum\[]   | no       |                                                            |
| `operations.toc.editEntry.tracked`                                           | boolean   | yes      |                                                            |
| `operations.toc.get`                                                         | object    | yes      |                                                            |
| `operations.toc.get.available`                                               | boolean   | yes      |                                                            |
| `operations.toc.get.dryRun`                                                  | boolean   | yes      |                                                            |
| `operations.toc.get.reasons`                                                 | enum\[]   | no       |                                                            |
| `operations.toc.get.tracked`                                                 | boolean   | yes      |                                                            |
| `operations.toc.getEntry`                                                    | object    | yes      |                                                            |
| `operations.toc.getEntry.available`                                          | boolean   | yes      |                                                            |
| `operations.toc.getEntry.dryRun`                                             | boolean   | yes      |                                                            |
| `operations.toc.getEntry.reasons`                                            | enum\[]   | no       |                                                            |
| `operations.toc.getEntry.tracked`                                            | boolean   | yes      |                                                            |
| `operations.toc.list`                                                        | object    | yes      |                                                            |
| `operations.toc.list.available`                                              | boolean   | yes      |                                                            |
| `operations.toc.list.dryRun`                                                 | boolean   | yes      |                                                            |
| `operations.toc.list.reasons`                                                | enum\[]   | no       |                                                            |
| `operations.toc.list.tracked`                                                | boolean   | yes      |                                                            |
| `operations.toc.listEntries`                                                 | object    | yes      |                                                            |
| `operations.toc.listEntries.available`                                       | boolean   | yes      |                                                            |
| `operations.toc.listEntries.dryRun`                                          | boolean   | yes      |                                                            |
| `operations.toc.listEntries.reasons`                                         | enum\[]   | no       |                                                            |
| `operations.toc.listEntries.tracked`                                         | boolean   | yes      |                                                            |
| `operations.toc.markEntry`                                                   | object    | yes      |                                                            |
| `operations.toc.markEntry.available`                                         | boolean   | yes      |                                                            |
| `operations.toc.markEntry.dryRun`                                            | boolean   | yes      |                                                            |
| `operations.toc.markEntry.reasons`                                           | enum\[]   | no       |                                                            |
| `operations.toc.markEntry.tracked`                                           | boolean   | yes      |                                                            |
| `operations.toc.remove`                                                      | object    | yes      |                                                            |
| `operations.toc.remove.available`                                            | boolean   | yes      |                                                            |
| `operations.toc.remove.dryRun`                                               | boolean   | yes      |                                                            |
| `operations.toc.remove.reasons`                                              | enum\[]   | no       |                                                            |
| `operations.toc.remove.tracked`                                              | boolean   | yes      |                                                            |
| `operations.toc.unmarkEntry`                                                 | object    | yes      |                                                            |
| `operations.toc.unmarkEntry.available`                                       | boolean   | yes      |                                                            |
| `operations.toc.unmarkEntry.dryRun`                                          | boolean   | yes      |                                                            |
| `operations.toc.unmarkEntry.reasons`                                         | enum\[]   | no       |                                                            |
| `operations.toc.unmarkEntry.tracked`                                         | boolean   | yes      |                                                            |
| `operations.toc.update`                                                      | object    | yes      |                                                            |
| `operations.toc.update.available`                                            | boolean   | yes      |                                                            |
| `operations.toc.update.dryRun`                                               | boolean   | yes      |                                                            |
| `operations.toc.update.reasons`                                              | enum\[]   | no       |                                                            |
| `operations.toc.update.tracked`                                              | boolean   | yes      |                                                            |
| `operations.trackChanges.decide`                                             | object    | yes      |                                                            |
| `operations.trackChanges.decide.available`                                   | boolean   | yes      |                                                            |
| `operations.trackChanges.decide.dryRun`                                      | boolean   | yes      |                                                            |
| `operations.trackChanges.decide.reasons`                                     | enum\[]   | no       |                                                            |
| `operations.trackChanges.decide.tracked`                                     | boolean   | yes      |                                                            |
| `operations.trackChanges.get`                                                | object    | yes      |                                                            |
| `operations.trackChanges.get.available`                                      | boolean   | yes      |                                                            |
| `operations.trackChanges.get.dryRun`                                         | boolean   | yes      |                                                            |
| `operations.trackChanges.get.reasons`                                        | enum\[]   | no       |                                                            |
| `operations.trackChanges.get.tracked`                                        | boolean   | yes      |                                                            |
| `operations.trackChanges.list`                                               | object    | yes      |                                                            |
| `operations.trackChanges.list.available`                                     | boolean   | yes      |                                                            |
| `operations.trackChanges.list.dryRun`                                        | boolean   | yes      |                                                            |
| `operations.trackChanges.list.reasons`                                       | enum\[]   | no       |                                                            |
| `operations.trackChanges.list.tracked`                                       | boolean   | yes      |                                                            |
| `planEngine`                                                                 | object    | yes      |                                                            |
| `planEngine.regex`                                                           | object    | yes      |                                                            |
| `planEngine.regex.maxPatternLength`                                          | integer   | yes      |                                                            |
| `planEngine.supportedNonUniformStrategies`                                   | string\[] | yes      |                                                            |
| `planEngine.supportedSetMarks`                                               | string\[] | yes      |                                                            |
| `planEngine.supportedStepOps`                                                | string\[] | yes      |                                                            |

### Example response

```json theme={null}
{
  "format": {
    "supportedInlineProperties": {
      "bCs": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "bold": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "border": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "caps": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "charScale": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "color": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "contextualAlternates": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "cs": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "dstrike": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "eastAsianLayout": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "em": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "emboss": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "fitText": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "fontFamily": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "fontSize": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "fontSizeCs": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "highlight": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "iCs": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "imprint": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "italic": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "kerning": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "lang": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "letterSpacing": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "ligatures": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "numForm": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "numSpacing": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "oMath": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "outline": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "position": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "rFonts": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "rStyle": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "rtl": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "shading": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "shadow": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "smallCaps": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "snapToGrid": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "specVanish": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "strike": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "stylisticSets": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "underline": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "vanish": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "vertAlign": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      },
      "webHidden": {
        "available": true,
        "storage": "mark",
        "tracked": true,
        "type": "boolean"
      }
    }
  },
  "global": {
    "comments": {
      "enabled": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ]
    },
    "dryRun": {
      "enabled": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ]
    },
    "history": {
      "enabled": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ]
    },
    "lists": {
      "enabled": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ]
    },
    "trackChanges": {
      "enabled": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ]
    }
  },
  "operations": {
    "blocks.delete": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "capabilities.get": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "clearContent": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "comments.create": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "comments.delete": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "comments.get": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "comments.list": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "comments.patch": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.appendContent": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.checkbox.getState": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.checkbox.setState": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.checkbox.setSymbolPair": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.checkbox.toggle": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.choiceList.getItems": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.choiceList.setItems": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.choiceList.setSelected": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.clearBinding": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.clearContent": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.copy": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.date.clearValue": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.date.setCalendar": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.date.setDisplayFormat": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.date.setDisplayLocale": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.date.setStorageFormat": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.date.setValue": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.delete": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.get": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.getBinding": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.getContent": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.getParent": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.getRawProperties": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.group.ungroup": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.group.wrap": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.insertAfter": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.insertBefore": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.list": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.listChildren": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.listInRange": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.move": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.normalizeTagPayload": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.normalizeWordCompatibility": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.patch": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.patchRawProperties": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.prependContent": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.repeatingSection.cloneItem": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.repeatingSection.deleteItem": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.repeatingSection.insertItemAfter": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.repeatingSection.insertItemBefore": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.repeatingSection.listItems": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.repeatingSection.setAllowInsertDelete": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.replaceContent": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.selectByTag": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.selectByTitle": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.setBinding": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.setLockMode": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.setType": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.text.clearValue": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.text.setMultiline": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.text.setValue": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.unwrap": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.validateWordCompatibility": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "contentControls.wrap": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "create.contentControl": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "create.heading": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "create.image": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "create.paragraph": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "create.sectionBreak": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "create.table": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "create.tableOfContents": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "delete": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "find": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.apply": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.bCs": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.bold": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.border": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.caps": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.charScale": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.color": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.contextualAlternates": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.cs": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.dstrike": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.eastAsianLayout": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.em": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.emboss": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.fitText": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.fontFamily": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.fontSize": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.fontSizeCs": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.highlight": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.iCs": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.imprint": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.italic": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.kerning": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.lang": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.letterSpacing": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.ligatures": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.numForm": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.numSpacing": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.oMath": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.outline": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.paragraph.clearAlignment": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.paragraph.clearAllTabStops": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.paragraph.clearBorder": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.paragraph.clearIndentation": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.paragraph.clearShading": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.paragraph.clearSpacing": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.paragraph.clearTabStop": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.paragraph.resetDirectFormatting": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.paragraph.setAlignment": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.paragraph.setBorder": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.paragraph.setFlowOptions": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.paragraph.setIndentation": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.paragraph.setKeepOptions": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.paragraph.setOutlineLevel": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.paragraph.setShading": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.paragraph.setSpacing": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.paragraph.setTabStop": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.position": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.rFonts": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.rStyle": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.rtl": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.shading": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.shadow": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.smallCaps": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.snapToGrid": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.specVanish": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.strike": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.stylisticSets": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.underline": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.vanish": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.vertAlign": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "format.webHidden": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "get": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "getHtml": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "getMarkdown": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "getNode": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "getNodeById": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "getText": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "history.get": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "history.redo": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "history.undo": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "hyperlinks.get": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "hyperlinks.insert": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "hyperlinks.list": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "hyperlinks.patch": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "hyperlinks.remove": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "hyperlinks.wrap": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "images.convertToFloating": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "images.convertToInline": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "images.crop": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "images.delete": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "images.flip": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "images.get": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "images.insertCaption": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "images.list": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "images.move": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "images.removeCaption": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "images.replaceSource": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "images.resetCrop": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "images.rotate": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "images.scale": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "images.setAltText": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "images.setAnchorOptions": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "images.setDecorative": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "images.setHyperlink": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "images.setLockAspectRatio": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "images.setName": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "images.setPosition": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "images.setSize": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "images.setWrapDistances": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "images.setWrapSide": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "images.setWrapType": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "images.setZOrder": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "images.updateCaption": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "info": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "insert": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "lists.applyPreset": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "lists.applyTemplate": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "lists.attach": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "lists.canContinuePrevious": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "lists.canJoin": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "lists.captureTemplate": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "lists.clearLevelOverrides": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "lists.continuePrevious": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "lists.convertToText": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "lists.create": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "lists.detach": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "lists.get": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "lists.indent": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "lists.insert": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "lists.join": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "lists.list": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "lists.outdent": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "lists.separate": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "lists.setLevel": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "lists.setLevelAlignment": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "lists.setLevelBullet": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "lists.setLevelIndents": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "lists.setLevelMarkerFont": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "lists.setLevelNumbering": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "lists.setLevelPictureBullet": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "lists.setLevelRestart": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "lists.setLevelTrailingCharacter": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "lists.setType": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "lists.setValue": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "markdownToFragment": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "mutations.apply": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "mutations.preview": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "query.match": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "replace": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "sections.clearHeaderFooterRef": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "sections.clearPageBorders": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "sections.get": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "sections.list": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "sections.setBreakType": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "sections.setColumns": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "sections.setHeaderFooterMargins": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "sections.setHeaderFooterRef": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "sections.setLineNumbering": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "sections.setLinkToPrevious": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "sections.setOddEvenHeadersFooters": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "sections.setPageBorders": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "sections.setPageMargins": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "sections.setPageNumbering": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "sections.setPageSetup": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "sections.setSectionDirection": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "sections.setTitlePage": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "sections.setVerticalAlign": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "styles.apply": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "styles.paragraph.clearStyle": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "styles.paragraph.setStyle": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.applyBorderPreset": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.clearBorder": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.clearCellSpacing": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.clearContents": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.clearDefaultStyle": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.clearShading": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.clearStyle": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.convertFromText": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.convertToText": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.delete": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.deleteCell": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.deleteColumn": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.deleteRow": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.distributeColumns": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.distributeRows": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.get": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.getCells": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.getProperties": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.getStyles": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.insertCell": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.insertColumn": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.insertRow": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.mergeCells": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.move": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.setAltText": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.setBorder": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.setCellPadding": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.setCellProperties": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.setCellSpacing": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.setColumnWidth": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.setDefaultStyle": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.setLayout": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.setRowHeight": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.setRowOptions": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.setShading": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.setStyle": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.setStyleOption": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.setTablePadding": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.sort": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.split": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.splitCell": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "tables.unmergeCells": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "toc.configure": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "toc.editEntry": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "toc.get": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "toc.getEntry": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "toc.list": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "toc.listEntries": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "toc.markEntry": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "toc.remove": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "toc.unmarkEntry": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "toc.update": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "trackChanges.decide": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "trackChanges.get": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    },
    "trackChanges.list": {
      "available": true,
      "dryRun": true,
      "reasons": [
        "COMMAND_UNAVAILABLE"
      ],
      "tracked": true
    }
  },
  "planEngine": {
    "regex": {
      "maxPatternLength": 1
    },
    "supportedNonUniformStrategies": [
      "example"
    ],
    "supportedSetMarks": [
      "example"
    ],
    "supportedStepOps": [
      "example"
    ]
  }
}
```

## Pre-apply throws

* None

## Non-applied failure codes

* None

## Raw schemas

<Accordion title="Raw input schema">
  ```json theme={null}
  {
    "additionalProperties": false,
    "properties": {},
    "type": "object"
  }
  ```
</Accordion>

<Accordion title="Raw output schema">
  ```json theme={null}
  {
    "additionalProperties": false,
    "properties": {
      "format": {
        "additionalProperties": false,
        "properties": {
          "supportedInlineProperties": {
            "additionalProperties": false,
            "properties": {
              "bCs": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "bold": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "border": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "caps": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "charScale": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "color": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "contextualAlternates": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "cs": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "dstrike": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "eastAsianLayout": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "em": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "emboss": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "fitText": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "fontFamily": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "fontSize": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "fontSizeCs": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "highlight": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "iCs": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "imprint": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "italic": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "kerning": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "lang": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "letterSpacing": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "ligatures": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "numForm": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "numSpacing": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "oMath": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "outline": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "position": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "rFonts": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "rStyle": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "rtl": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "shading": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "shadow": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "smallCaps": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "snapToGrid": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "specVanish": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "strike": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "stylisticSets": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "underline": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "vanish": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "vertAlign": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              },
              "webHidden": {
                "additionalProperties": false,
                "properties": {
                  "available": {
                    "type": "boolean"
                  },
                  "storage": {
                    "enum": [
                      "mark",
                      "runAttribute"
                    ]
                  },
                  "tracked": {
                    "type": "boolean"
                  },
                  "type": {
                    "enum": [
                      "boolean",
                      "string",
                      "number",
                      "object",
                      "array"
                    ]
                  }
                },
                "required": [
                  "available",
                  "tracked",
                  "type",
                  "storage"
                ],
                "type": "object"
              }
            },
            "required": [
              "bold",
              "italic",
              "strike",
              "underline",
              "highlight",
              "color",
              "fontSize",
              "fontFamily",
              "letterSpacing",
              "vertAlign",
              "position",
              "dstrike",
              "smallCaps",
              "caps",
              "shading",
              "border",
              "outline",
              "shadow",
              "emboss",
              "imprint",
              "charScale",
              "kerning",
              "vanish",
              "webHidden",
              "specVanish",
              "rtl",
              "cs",
              "bCs",
              "iCs",
              "eastAsianLayout",
              "em",
              "fitText",
              "snapToGrid",
              "lang",
              "oMath",
              "rStyle",
              "rFonts",
              "fontSizeCs",
              "ligatures",
              "numForm",
              "numSpacing",
              "stylisticSets",
              "contextualAlternates"
            ],
            "type": "object"
          }
        },
        "required": [
          "supportedInlineProperties"
        ],
        "type": "object"
      },
      "global": {
        "additionalProperties": false,
        "properties": {
          "comments": {
            "additionalProperties": false,
            "properties": {
              "enabled": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              }
            },
            "required": [
              "enabled"
            ],
            "type": "object"
          },
          "dryRun": {
            "additionalProperties": false,
            "properties": {
              "enabled": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              }
            },
            "required": [
              "enabled"
            ],
            "type": "object"
          },
          "history": {
            "additionalProperties": false,
            "properties": {
              "enabled": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              }
            },
            "required": [
              "enabled"
            ],
            "type": "object"
          },
          "lists": {
            "additionalProperties": false,
            "properties": {
              "enabled": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              }
            },
            "required": [
              "enabled"
            ],
            "type": "object"
          },
          "trackChanges": {
            "additionalProperties": false,
            "properties": {
              "enabled": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              }
            },
            "required": [
              "enabled"
            ],
            "type": "object"
          }
        },
        "required": [
          "trackChanges",
          "comments",
          "lists",
          "dryRun",
          "history"
        ],
        "type": "object"
      },
      "operations": {
        "additionalProperties": false,
        "properties": {
          "blocks.delete": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "capabilities.get": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "clearContent": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "comments.create": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "comments.delete": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "comments.get": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "comments.list": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "comments.patch": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.appendContent": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.checkbox.getState": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.checkbox.setState": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.checkbox.setSymbolPair": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.checkbox.toggle": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.choiceList.getItems": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.choiceList.setItems": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.choiceList.setSelected": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.clearBinding": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.clearContent": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.copy": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.date.clearValue": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.date.setCalendar": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.date.setDisplayFormat": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.date.setDisplayLocale": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.date.setStorageFormat": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.date.setValue": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.delete": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.get": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.getBinding": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.getContent": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.getParent": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.getRawProperties": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.group.ungroup": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.group.wrap": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.insertAfter": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.insertBefore": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.list": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.listChildren": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.listInRange": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.move": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.normalizeTagPayload": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.normalizeWordCompatibility": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.patch": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.patchRawProperties": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.prependContent": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.repeatingSection.cloneItem": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.repeatingSection.deleteItem": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.repeatingSection.insertItemAfter": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.repeatingSection.insertItemBefore": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.repeatingSection.listItems": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.repeatingSection.setAllowInsertDelete": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.replaceContent": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.selectByTag": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.selectByTitle": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.setBinding": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.setLockMode": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.setType": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.text.clearValue": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.text.setMultiline": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.text.setValue": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.unwrap": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.validateWordCompatibility": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "contentControls.wrap": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "create.contentControl": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "create.heading": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "create.image": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "create.paragraph": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "create.sectionBreak": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "create.table": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "create.tableOfContents": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "delete": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "find": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.apply": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.bCs": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.bold": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.border": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.caps": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.charScale": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.color": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.contextualAlternates": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.cs": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.dstrike": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.eastAsianLayout": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.em": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.emboss": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.fitText": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.fontFamily": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.fontSize": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.fontSizeCs": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.highlight": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.iCs": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.imprint": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.italic": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.kerning": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.lang": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.letterSpacing": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.ligatures": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.numForm": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.numSpacing": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.oMath": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.outline": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.paragraph.clearAlignment": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.paragraph.clearAllTabStops": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.paragraph.clearBorder": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.paragraph.clearIndentation": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.paragraph.clearShading": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.paragraph.clearSpacing": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.paragraph.clearTabStop": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.paragraph.resetDirectFormatting": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.paragraph.setAlignment": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.paragraph.setBorder": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.paragraph.setFlowOptions": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.paragraph.setIndentation": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.paragraph.setKeepOptions": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.paragraph.setOutlineLevel": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.paragraph.setShading": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.paragraph.setSpacing": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.paragraph.setTabStop": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.position": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.rFonts": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.rStyle": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.rtl": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.shading": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.shadow": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.smallCaps": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.snapToGrid": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.specVanish": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.strike": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.stylisticSets": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.underline": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.vanish": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.vertAlign": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "format.webHidden": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "get": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "getHtml": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "getMarkdown": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "getNode": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "getNodeById": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "getText": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "history.get": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "history.redo": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "history.undo": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "hyperlinks.get": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "hyperlinks.insert": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "hyperlinks.list": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "hyperlinks.patch": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "hyperlinks.remove": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "hyperlinks.wrap": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "images.convertToFloating": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "images.convertToInline": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "images.crop": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "images.delete": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "images.flip": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "images.get": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "images.insertCaption": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "images.list": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "images.move": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "images.removeCaption": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "images.replaceSource": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "images.resetCrop": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "images.rotate": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "images.scale": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "images.setAltText": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "images.setAnchorOptions": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "images.setDecorative": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "images.setHyperlink": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "images.setLockAspectRatio": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "images.setName": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "images.setPosition": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "images.setSize": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "images.setWrapDistances": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "images.setWrapSide": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "images.setWrapType": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "images.setZOrder": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "images.updateCaption": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "info": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "insert": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "lists.applyPreset": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "lists.applyTemplate": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "lists.attach": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "lists.canContinuePrevious": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "lists.canJoin": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "lists.captureTemplate": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "lists.clearLevelOverrides": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "lists.continuePrevious": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "lists.convertToText": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "lists.create": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "lists.detach": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "lists.get": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "lists.indent": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "lists.insert": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "lists.join": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "lists.list": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "lists.outdent": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "lists.separate": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "lists.setLevel": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "lists.setLevelAlignment": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "lists.setLevelBullet": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "lists.setLevelIndents": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "lists.setLevelMarkerFont": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "lists.setLevelNumbering": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "lists.setLevelPictureBullet": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "lists.setLevelRestart": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "lists.setLevelTrailingCharacter": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "lists.setType": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "lists.setValue": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "markdownToFragment": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "mutations.apply": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "mutations.preview": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "query.match": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "replace": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "sections.clearHeaderFooterRef": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "sections.clearPageBorders": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "sections.get": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "sections.list": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "sections.setBreakType": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "sections.setColumns": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "sections.setHeaderFooterMargins": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "sections.setHeaderFooterRef": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "sections.setLineNumbering": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "sections.setLinkToPrevious": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "sections.setOddEvenHeadersFooters": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "sections.setPageBorders": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "sections.setPageMargins": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "sections.setPageNumbering": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "sections.setPageSetup": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "sections.setSectionDirection": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "sections.setTitlePage": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "sections.setVerticalAlign": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "styles.apply": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "styles.paragraph.clearStyle": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "styles.paragraph.setStyle": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.applyBorderPreset": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.clearBorder": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.clearCellSpacing": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.clearContents": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.clearDefaultStyle": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.clearShading": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.clearStyle": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.convertFromText": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.convertToText": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.delete": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.deleteCell": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.deleteColumn": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.deleteRow": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.distributeColumns": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.distributeRows": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.get": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.getCells": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.getProperties": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.getStyles": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.insertCell": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.insertColumn": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.insertRow": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.mergeCells": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.move": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.setAltText": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.setBorder": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.setCellPadding": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.setCellProperties": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.setCellSpacing": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.setColumnWidth": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.setDefaultStyle": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.setLayout": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.setRowHeight": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.setRowOptions": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.setShading": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.setStyle": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.setStyleOption": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.setTablePadding": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.sort": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.split": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.splitCell": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "tables.unmergeCells": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "toc.configure": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "toc.editEntry": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "toc.get": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "toc.getEntry": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "toc.list": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "toc.listEntries": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "toc.markEntry": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "toc.remove": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "toc.unmarkEntry": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "toc.update": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "trackChanges.decide": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "trackChanges.get": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          },
          "trackChanges.list": {
            "additionalProperties": false,
            "properties": {
              "available": {
                "type": "boolean"
              },
              "dryRun": {
                "type": "boolean"
              },
              "reasons": {
                "items": {
                  "enum": [
                    "COMMAND_UNAVAILABLE",
                    "HELPER_UNAVAILABLE",
                    "OPERATION_UNAVAILABLE",
                    "TRACKED_MODE_UNAVAILABLE",
                    "DRY_RUN_UNAVAILABLE",
                    "NAMESPACE_UNAVAILABLE",
                    "STYLES_PART_MISSING",
                    "COLLABORATION_ACTIVE"
                  ]
                },
                "type": "array"
              },
              "tracked": {
                "type": "boolean"
              }
            },
            "required": [
              "available",
              "tracked",
              "dryRun"
            ],
            "type": "object"
          }
        },
        "required": [
          "get",
          "find",
          "getNode",
          "getNodeById",
          "getText",
          "getMarkdown",
          "getHtml",
          "markdownToFragment",
          "info",
          "clearContent",
          "insert",
          "replace",
          "delete",
          "blocks.delete",
          "format.apply",
          "format.bold",
          "format.italic",
          "format.strike",
          "format.underline",
          "format.highlight",
          "format.color",
          "format.fontSize",
          "format.fontFamily",
          "format.letterSpacing",
          "format.vertAlign",
          "format.position",
          "format.dstrike",
          "format.smallCaps",
          "format.caps",
          "format.shading",
          "format.border",
          "format.outline",
          "format.shadow",
          "format.emboss",
          "format.imprint",
          "format.charScale",
          "format.kerning",
          "format.vanish",
          "format.webHidden",
          "format.specVanish",
          "format.rtl",
          "format.cs",
          "format.bCs",
          "format.iCs",
          "format.eastAsianLayout",
          "format.em",
          "format.fitText",
          "format.snapToGrid",
          "format.lang",
          "format.oMath",
          "format.rStyle",
          "format.rFonts",
          "format.fontSizeCs",
          "format.ligatures",
          "format.numForm",
          "format.numSpacing",
          "format.stylisticSets",
          "format.contextualAlternates",
          "styles.apply",
          "create.paragraph",
          "create.heading",
          "create.sectionBreak",
          "sections.list",
          "sections.get",
          "sections.setBreakType",
          "sections.setPageMargins",
          "sections.setHeaderFooterMargins",
          "sections.setPageSetup",
          "sections.setColumns",
          "sections.setLineNumbering",
          "sections.setPageNumbering",
          "sections.setTitlePage",
          "sections.setOddEvenHeadersFooters",
          "sections.setVerticalAlign",
          "sections.setSectionDirection",
          "sections.setHeaderFooterRef",
          "sections.clearHeaderFooterRef",
          "sections.setLinkToPrevious",
          "sections.setPageBorders",
          "sections.clearPageBorders",
          "styles.paragraph.setStyle",
          "styles.paragraph.clearStyle",
          "format.paragraph.resetDirectFormatting",
          "format.paragraph.setAlignment",
          "format.paragraph.clearAlignment",
          "format.paragraph.setIndentation",
          "format.paragraph.clearIndentation",
          "format.paragraph.setSpacing",
          "format.paragraph.clearSpacing",
          "format.paragraph.setKeepOptions",
          "format.paragraph.setOutlineLevel",
          "format.paragraph.setFlowOptions",
          "format.paragraph.setTabStop",
          "format.paragraph.clearTabStop",
          "format.paragraph.clearAllTabStops",
          "format.paragraph.setBorder",
          "format.paragraph.clearBorder",
          "format.paragraph.setShading",
          "format.paragraph.clearShading",
          "lists.list",
          "lists.get",
          "lists.insert",
          "lists.create",
          "lists.attach",
          "lists.detach",
          "lists.indent",
          "lists.outdent",
          "lists.join",
          "lists.canJoin",
          "lists.separate",
          "lists.setLevel",
          "lists.setValue",
          "lists.continuePrevious",
          "lists.canContinuePrevious",
          "lists.setLevelRestart",
          "lists.convertToText",
          "lists.applyTemplate",
          "lists.applyPreset",
          "lists.setType",
          "lists.captureTemplate",
          "lists.setLevelNumbering",
          "lists.setLevelBullet",
          "lists.setLevelPictureBullet",
          "lists.setLevelAlignment",
          "lists.setLevelIndents",
          "lists.setLevelTrailingCharacter",
          "lists.setLevelMarkerFont",
          "lists.clearLevelOverrides",
          "comments.create",
          "comments.patch",
          "comments.delete",
          "comments.get",
          "comments.list",
          "trackChanges.list",
          "trackChanges.get",
          "trackChanges.decide",
          "query.match",
          "mutations.preview",
          "mutations.apply",
          "capabilities.get",
          "create.table",
          "tables.convertFromText",
          "tables.delete",
          "tables.clearContents",
          "tables.move",
          "tables.split",
          "tables.convertToText",
          "tables.setLayout",
          "tables.insertRow",
          "tables.deleteRow",
          "tables.setRowHeight",
          "tables.distributeRows",
          "tables.setRowOptions",
          "tables.insertColumn",
          "tables.deleteColumn",
          "tables.setColumnWidth",
          "tables.distributeColumns",
          "tables.insertCell",
          "tables.deleteCell",
          "tables.mergeCells",
          "tables.unmergeCells",
          "tables.splitCell",
          "tables.setCellProperties",
          "tables.sort",
          "tables.setAltText",
          "tables.setStyle",
          "tables.clearStyle",
          "tables.setStyleOption",
          "tables.setBorder",
          "tables.clearBorder",
          "tables.applyBorderPreset",
          "tables.setShading",
          "tables.clearShading",
          "tables.setTablePadding",
          "tables.setCellPadding",
          "tables.setCellSpacing",
          "tables.clearCellSpacing",
          "tables.get",
          "tables.getCells",
          "tables.getProperties",
          "tables.getStyles",
          "tables.setDefaultStyle",
          "tables.clearDefaultStyle",
          "create.tableOfContents",
          "toc.list",
          "toc.get",
          "toc.configure",
          "toc.update",
          "toc.remove",
          "toc.markEntry",
          "toc.unmarkEntry",
          "toc.listEntries",
          "toc.getEntry",
          "toc.editEntry",
          "history.get",
          "history.undo",
          "history.redo",
          "create.image",
          "images.list",
          "images.get",
          "images.delete",
          "images.move",
          "images.convertToInline",
          "images.convertToFloating",
          "images.setSize",
          "images.setWrapType",
          "images.setWrapSide",
          "images.setWrapDistances",
          "images.setPosition",
          "images.setAnchorOptions",
          "images.setZOrder",
          "images.scale",
          "images.setLockAspectRatio",
          "images.rotate",
          "images.flip",
          "images.crop",
          "images.resetCrop",
          "images.replaceSource",
          "images.setAltText",
          "images.setDecorative",
          "images.setName",
          "images.setHyperlink",
          "images.insertCaption",
          "images.updateCaption",
          "images.removeCaption",
          "hyperlinks.list",
          "hyperlinks.get",
          "hyperlinks.wrap",
          "hyperlinks.insert",
          "hyperlinks.patch",
          "hyperlinks.remove",
          "create.contentControl",
          "contentControls.list",
          "contentControls.get",
          "contentControls.listInRange",
          "contentControls.selectByTag",
          "contentControls.selectByTitle",
          "contentControls.listChildren",
          "contentControls.getParent",
          "contentControls.wrap",
          "contentControls.unwrap",
          "contentControls.delete",
          "contentControls.copy",
          "contentControls.move",
          "contentControls.patch",
          "contentControls.setLockMode",
          "contentControls.setType",
          "contentControls.getContent",
          "contentControls.replaceContent",
          "contentControls.clearContent",
          "contentControls.appendContent",
          "contentControls.prependContent",
          "contentControls.insertBefore",
          "contentControls.insertAfter",
          "contentControls.getBinding",
          "contentControls.setBinding",
          "contentControls.clearBinding",
          "contentControls.getRawProperties",
          "contentControls.patchRawProperties",
          "contentControls.validateWordCompatibility",
          "contentControls.normalizeWordCompatibility",
          "contentControls.normalizeTagPayload",
          "contentControls.text.setMultiline",
          "contentControls.text.setValue",
          "contentControls.text.clearValue",
          "contentControls.date.setValue",
          "contentControls.date.clearValue",
          "contentControls.date.setDisplayFormat",
          "contentControls.date.setDisplayLocale",
          "contentControls.date.setStorageFormat",
          "contentControls.date.setCalendar",
          "contentControls.checkbox.getState",
          "contentControls.checkbox.setState",
          "contentControls.checkbox.toggle",
          "contentControls.checkbox.setSymbolPair",
          "contentControls.choiceList.getItems",
          "contentControls.choiceList.setItems",
          "contentControls.choiceList.setSelected",
          "contentControls.repeatingSection.listItems",
          "contentControls.repeatingSection.insertItemBefore",
          "contentControls.repeatingSection.insertItemAfter",
          "contentControls.repeatingSection.cloneItem",
          "contentControls.repeatingSection.deleteItem",
          "contentControls.repeatingSection.setAllowInsertDelete",
          "contentControls.group.wrap",
          "contentControls.group.ungroup"
        ],
        "type": "object"
      },
      "planEngine": {
        "additionalProperties": false,
        "properties": {
          "regex": {
            "additionalProperties": false,
            "properties": {
              "maxPatternLength": {
                "type": "integer"
              }
            },
            "required": [
              "maxPatternLength"
            ],
            "type": "object"
          },
          "supportedNonUniformStrategies": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "supportedSetMarks": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "supportedStepOps": {
            "items": {
              "type": "string"
            },
            "type": "array"
          }
        },
        "required": [
          "supportedStepOps",
          "supportedNonUniformStrategies",
          "supportedSetMarks",
          "regex"
        ],
        "type": "object"
      }
    },
    "required": [
      "global",
      "format",
      "operations",
      "planEngine"
    ],
    "type": "object"
  }
  ```
</Accordion>
