Get schema detail
get_schemaRetrieve the complete field tree of any data model, including field names, types, required flags, and descriptions. Nested objects and arrays are fully expanded.
Instructions
Returns the field tree of one data model: field names, types, required flags (marked with *) and descriptions. Nested objects and arrays are expanded; recursive refs are shown as → Name. Find names with list_schemas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Exact schema name, e.g. 'OAuth2TokenResponse' or 'CreateOrderRequest'. |