definitions property
Map<String, JsonSchema>
get
definitions
Included JsonSchema definitions.
Spec: https://tools.ietf.org/html/draft-wright-json-schema-validation-01#section-7.1
Implementation
Map<String, JsonSchema> get definitions => _definitions;