inspectJsonValue
inspectJsonValue(
value,options):Promise<object[]>
Defined in: json/inspect/value.ts:9
Validate a value against a JSON Schema It uses Ajv for JSON Schema validation under the hood
Parameters
Section titled “Parameters”unknown
options
Section titled “options”jsonSchema
Section titled “jsonSchema”string | Descriptor
Returns
Section titled “Returns”Promise<object[]>