Class: SchemaSpec

SchemaSpec(prefix, version, librarynullable, localPathnullable)

A schema version specification.

Constructor

new SchemaSpec(prefix, version, librarynullable, localPathnullable)

Constructor.
Parameters:
Name Type Attributes Description
prefix string The prefix of this schema.
version string The version of this schema.
library string <nullable>
The library name of this schema.
localPath string <nullable>
The local path for this schema.
Source:

Classes

SchemaSpec

Members

library :string

The library name of this schema.
Type:
  • string
Source:

localName

Compute the name for the bundled copy of this schema.
Source:

localPath :string

The local path for this schema.
Type:
  • string
Source:

prefix :string

The prefix of this schema.
Type:
  • string
Source:

version :string

The version of this schema.
Type:
  • string
Source: