document_add_schema_property
Add a named property to an object schema definition in an OpenAPI or AsyncAPI document. Specify session, schema name, property name, and property schema.
Instructions
Add a named property to an object schema definition
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | Yes | JSON string with the property schema (e.g. {"type":"string"}) | |
| session | Yes | Session name | |
| schemaName | Yes | Name of the schema definition (e.g. Pet) | |
| propertyName | Yes | Property name to add (e.g. status) |