document_add_schema_enum
Set enum values on a schema node in an OpenAPI or AsyncAPI document. Provide the node path and a JSON array of allowed values.
Instructions
Set enum values on a schema
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | JSON array of enum values (e.g. ["active","inactive"]) | |
| session | Yes | Session name | |
| nodePath | Yes | Node path to the schema |