get_schema_details
Retrieve details of a specific schema definition from a cloud API's OpenAPI specification to understand its structure for code generation.
Instructions
Get details about a schema/model definition
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_name | Yes | API name (e.g., "hetzner/cloud", "ory/kratos") | |
| schema_name | Yes | Schema name from components/schemas |