| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > JsonSchema > fromFile
Registers a JsonSchema that will be loaded from a file on disk.
Signature:
static fromFile(filename: string, options?: IJsonSchemaFromFileOptions): JsonSchema;|
Parameter |
Type |
Description |
|---|---|---|
|
filename |
string | |
|
options |
(Optional) |
Returns:
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.