document_remove_extension
Remove vendor extensions (x-* properties) from nodes in OpenAPI or AsyncAPI documents. Specify session, node path, and extension name to delete unwanted x- properties.
Instructions
Remove a vendor extension (x-* property) from a node
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Extension name to remove (must start with x-) | |
| session | Yes | Session name | |
| nodePath | Yes | Node path to the parent |