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

    Type Alias InferRequestBodyFields<Doc, Path, Method, ContentType>

    InferRequestBodyFields: FieldsFromInferred<
        OpenAPIRequestBodyType<Doc, Path, Method, ContentType>,
    >

    Infer the fields prop type for ApiRequestBody.

    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 OpenAPIRequestBodyType.

    Type Parameters