Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SCConverter

StAppsCore converter

Converts TypeScript source files to JSON schema files

Hierarchy

  • SCConverter

Index

Constructors

Properties

Methods

Constructors

constructor

  • Create a new converter

    Parameters

    • path: string

      Path to the project

    Returns SCConverter

Properties

Private generator

generator: SchemaGenerator

Methods

getSchema

  • getSchema(type: string, version: string): JSONSchema
  • Get schema for specific StAppsCore type

    Parameters

    • type: string

      Type to get the schema for

    • version: string

      Version to set for the schema

    Returns JSONSchema

    Generated schema

Generated using TypeDoc