document_add_extension
Add vendor extensions (x-* properties) to any node in an OpenAPI or AsyncAPI document.
Instructions
Add a vendor extension (x-* property) to any node in the document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Extension name (must start with x-) | |
| value | Yes | JSON string with the extension value | |
| session | Yes | Session name | |
| nodePath | Yes | Node path to the parent (e.g. /info, /paths[/pets]/get) |