Home > scrubbr > Scrubbr > loadSchema
Scrubbr.loadSchema() method¶
Replace the schema with a new one
Signature:
loadSchema(schema: string | JSONSchemaDefinitions): void;
Parameters¶
Parameter | Type | Description |
---|---|---|
schema | string | JSONSchemaDefinitions |
Returns:
void