AutoBE
    Preparing search index...

    Interface AutoBeAnalyzeScenarioEntity

    Core domain entity identified during scenario planning.

    Kakasoo

    interface AutoBeAnalyzeScenarioEntity {
        attributes: string[];
        name: string;
        relationships?: string[];
    }
    Index

    Properties

    attributes: string[]

    Business attributes or named properties users mention. These are plain product terms, not database columns, types, or validation constraints.

    name: string
    relationships?: string[]