Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/node-core-library > JsonSchema > fromFile

JsonSchema.fromFile() method

Registers a JsonSchema that will be loaded from a file on disk.

Signature:

static fromFile(filename: string, options?: IJsonSchemaFromFileOptions): JsonSchema;

Parameters

ParameterTypeDescription
filenamestring
optionsIJsonSchemaFromFileOptions(Optional)

Returns:

JsonSchema

Remarks

NOTE: An error occurs if the file does not exist; however, the file itself is not loaded or validated until it the schema is actually used.