properties property
Map<String, JsonSchema>
get
properties
Map of JsonSchemas for properties, by String key.
Spec: https://tools.ietf.org/html/draft-wright-json-schema-validation-01#section-6.18
Implementation
Map<String, JsonSchema> get properties => _properties;