document_create
Create an empty OpenAPI or AsyncAPI document within a named session, specifying model type, title, and version.
Instructions
Create a new empty OpenAPI or AsyncAPI document in a named session
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Document title | |
| session | Yes | Name for this session | |
| version | No | Document version | |
| modelType | Yes | Document type to create (openapi2, openapi3, asyncapi2) |