Home > @rushstack/node-core-library > IJsonSchemaFromFileOptions
IJsonSchemaFromFileOptions interface
Options for JsonSchema.fromFile()
Signature:
export interface IJsonSchemaFromFileOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
dependentSchemas? | JsonSchema[] | (Optional) Other schemas that this schema references, e.g. via the "$ref" directive. |