File

libs/core/schemas/src/file-schemas/library-json.schema.ts

Description

Schema Definition for a file, which serves as a Library description and as the base for generating Building Blocks with examples

Index

Properties

Properties

assets (Optional)
Type string
Description

Root of the library assets

category
Type string
Description

Category of the library

prefix
Type string
Description

Prefix for the library

export interface LibraryJsonSchema {
  /**
   * Category of the library
   */
  category: string;
  /**
   * Prefix for the library
   */
  prefix: string;
  /**
   * Root of the library assets
   */
  assets?: string;
}

results matching ""

    No results matching ""