document_add_schema
Add a schema definition to an API document session. Provide schema name and JSON definition to extend data models.
Instructions
Add a schema definition to the document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Schema name | |
| schema | Yes | JSON string with the schema definition | |
| session | Yes | Session name |