defs property
Map<String, JsonSchema>
get
defs
Included JsonSchema $defs.
Spec: https://json-schema.org/draft/2019-09/json-schema-core.html#rfc.section.8.2.5
Implementation
Map<String, JsonSchema> get defs => _defs;