| 15 | * Simple utility to validate objects against JSON Schemas |
| 16 | */ |
| 17 | export class SchemaValidator { |
| 18 | /** |
| 19 | * Returns null if the data confroms to the schema described by schema (or if schema |
| 20 | * is null). Otherwise, returns a string describing the error. |
nothing calls this directly
no outgoing calls
no test coverage detected