Render the response schema for a single OpenAPI operation status —
picked out of schema by path, method, and status.
Status resolution follows the OpenAPI priority order: concrete code
(e.g. "200") > class wildcard (e.g. "2XX") > "default". When
schema is typed as const, fields autocomplete resolves from
the response schema; pass contentType to narrow inference to a
specific media type.
Render the response schema for a single OpenAPI operation status — picked out of
schemabypath,method, andstatus.Status resolution follows the OpenAPI priority order: concrete code (e.g.
"200") > class wildcard (e.g."2XX") >"default". Whenschemais typedas const,fieldsautocomplete resolves from the response schema; passcontentTypeto narrow inference to a specific media type.