vocabulary property
The vocabularies defined by this JsonSchema.
Spec: https://json-schema.org/draft/2019-09/json-schema-core.html#rfc.section.8.1.2
Implementation
Map<Uri, bool>? get vocabulary => _vocabulary;
The vocabularies defined by this JsonSchema.
Spec: https://json-schema.org/draft/2019-09/json-schema-core.html#rfc.section.8.1.2
Map<Uri, bool>? get vocabulary => _vocabulary;