thenSchema property

JsonSchema? thenSchema

A JsonSchema used for validation if the schema also validates against the 'if' schema.

Spec: https://json-schema.org/draft-07/json-schema-validation.html#rfc.section.6.6.2

Implementation

JsonSchema? get thenSchema => _thenSchema;