patternProperties property
Map<RegExp, JsonSchema>
get
patternProperties
Map of JsonSchemas for properties, based on RegExps keys.
Spec: https://tools.ietf.org/html/draft-wright-json-schema-validation-01#section-6.19
Implementation
Map<RegExp, JsonSchema> get patternProperties => _patternProperties;