schema-components - v3.7.0
    Preparing search index...

    Type Alias InferResponseFields<Doc, Path, Method, Status, ContentType>

    Infer the fields prop type for ApiResponse.

    Surfaces __SchemaInferenceFellBack for Swagger 2.0 documents and for schemas whose $ref chains exceed type-level depth limits. Falls back to Record<string, FieldOverride> for runtime documents whose shape cannot be inferred at compile time.

    ContentType mirrors the parameter on OpenAPIResponseType.

    Type Parameters