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
Parameter | Type | Description |
---|---|---|
filename | string | |
options | IJsonSchemaFromFileOptions | (Optional) |
Returns:
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.