Skip to content

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

FieldTypeRequiredDescription
successboolean✔️Indicates whether the schema update was successful
dataoperations.UpdateExtractSchemaData✔️The updated extraction schema with new updatedAt timestamp