UpdateExtractSchemaResponseBody
Response from updating an existing extraction schema.
Example Usage
typescript
import { UpdateExtractSchemaResponseBody } from "@meetkai/mka1/models/operations";
let value: UpdateExtractSchemaResponseBody = {
success: false,
data: {
id: "<id>",
name: "<value>",
schema: {
"key": "<value>",
},
createdAt: "1715046063991",
updatedAt: "1735615012778",
},
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
success | boolean | ✔️ | Indicates whether the schema update was successful |
data | operations.UpdateExtractSchemaData | ✔️ | The updated extraction schema with new updatedAt timestamp |