Tester: (
    uischema: UISchemaElement,
    schema: JsonSchema,
    context: TesterContext,
) => boolean

A tester is a function that receives an UI schema and a JSON schema and returns a boolean. The rootSchema is handed over as context. Can be used to resolve references.

Type declaration

    • (uischema: UISchemaElement, schema: JsonSchema, context: TesterContext): boolean
    • Parameters

      • uischema: UISchemaElement
      • schema: JsonSchema
      • context: TesterContext

      Returns boolean