Get schema
get_schemaResolve a named schema from an OpenAPI spec; nested schemas appear as reference markers to expand.
Instructions
Resolve one named schema. Nested named schemas are shown as { "$schema": "Name" } markers — call get_schema again to expand them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Schema name as shown by list_schemas. | |
| spec | No | URL or local path of the OpenAPI/Swagger spec. Defaults to the server's configured API_DOCS_URL. |