Skip to content

SchemaGetResponseData

The requested extraction schema

Example Usage

typescript
import { SchemaGetResponseData } from "@meetkai/mka1/models/components";

let value: SchemaGetResponseData = {
  id: "<id>",
  name: "<value>",
  schema: {
    "key": "<value>",
  },
  createdAt: "1722990812926",
  updatedAt: "1735611614533",
};

Fields

FieldTypeRequiredDescription
idstring✔️Unique identifier for the extraction schema
namestring✔️Name of the extraction schema
descriptionstringOptional description of the schema
schemaRecord<string, any>✔️The JSON Schema object defining the extraction structure
metadataRecord<string, any>Optional metadata associated with the schema
createdAtstring✔️ISO 8601 timestamp when the schema was created
updatedAtstring✔️ISO 8601 timestamp when the schema was last updated