propertyDependencies property

Map<String, List<String>> propertyDependencies

Map of property dependencies by property name.

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

Implementation

Map<String, List<String>> get propertyDependencies => _propertyDependencies;