Home > @rushstack/rig-package > RigConfig > jsonSchemaPath
RigConfig.jsonSchemaPath property
Returns the absolute path of the rig.schema.json
JSON schema file for config/rig.json
, which is bundled with this NPM package.
Signature:
static jsonSchemaPath: string;
Remarks
The RigConfig
class already performs schema validation when loading rig.json
; however this schema file may be useful for integration with other validation tools.