Databricks SDK for JavaScript
    Preparing search index...

    App manifest definition

    interface AppManifest {
        description?: string;
        name?: string;
        resourceSpecs?: AppManifest_AppResourceSpec[];
        version?: number;
    }
    Index

    Properties

    description?: string

    Description of the app defined by manifest author / publisher

    name?: string

    Name of the app defined by manifest author / publisher

    resourceSpecs?: AppManifest_AppResourceSpec[]
    version?: number

    The manifest schema version, for now only 1 is allowed