Skip to content

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

FieldTypeRequiredDescription
namestringOptional new name for the extraction schema
descriptionstringOptional new description for the schema
schemaRecord<string, any>Optional updated JSON Schema definition
metadataRecord<string, any>Optional updated metadata