apply_overlay
Apply an OpenAPI Overlay to a document and report what each action matched. Use it for deprecation and migration choreography without forking the contract.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| overlay | Yes | An OpenAPI Overlay document whose actions are applied to `document`. | |
| document | Yes | The API description to operate on — OpenAPI, AsyncAPI, Arazzo or JSON Schema. A YAML/JSON string or an already-parsed object; both are accepted. |