Describe a schema
api_schemaRetrieve an OpenAPI component schema by name in outline or JSON format. Drill into nested fields with a dotted path and see which endpoints reference the schema.
Instructions
A schema from components by name, compact and depth-limited. path drills into a nested field; usedBy lists the endpoints that reference it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | outline: a compact pseudo-type; json: the schema with $refs resolved | outline |
| name | Yes | Schema name in components.schemas | |
| path | No | Dotted path inside the schema, e.g. data.meta | |
| depth | No | How deep nested schemas are expanded |