requiredProperties property

List<String>? requiredProperties

Properties that must be inclueded for the JsonSchema to be valid.

Spec: https://tools.ietf.org/html/draft-wright-json-schema-validation-01#section-6.17

Implementation

List<String>? get requiredProperties => _requiredProperties;