UpdateExtractSchemaRequestBody
Fields to update in the extraction schema. All fields are optional; only provided fields will be updated.
Example Usage
typescript
import { UpdateExtractSchemaRequestBody } from "@meetkai/mka1/models/operations";
let value: UpdateExtractSchemaRequestBody = {};Fields
| Field | Type | Required | Description |
|---|---|---|---|
name | string | ➖ | Optional new name for the extraction schema |
description | string | ➖ | Optional new description for the schema |
schema | Record<string, any> | ➖ | Optional updated JSON Schema definition |
metadata | Record<string, any> | ➖ | Optional updated metadata |