Type Alias CasebaseMetadata

CasebaseMetadata: {
    attributes: {
        [k: string]: AttributeType;
    };
    description: string;
    id: string;
    taxonomy?: TaxonomyData;
}

Type declaration

  • attributes: {
        [k: string]: AttributeType;
    }

    The attributes stored on a case

  • description: string

    A textual description of the case base

  • id: string

    Name of the case attribute that represents the unique case id

  • Optionaltaxonomy?: TaxonomyData

    (Optional) Taxonomical data of an attribute