metaschemaVocabulary property

Map<Uri, bool>? metaschemaVocabulary

The vocabularies defined by the metaschema of this JsonSchema.

Spec: https://json-schema.org/draft/2019-09/json-schema-core.html#rfc.section.8.1.2

Implementation

Map<Uri, bool>? get metaschemaVocabulary => _metaschemaVocabulary ?? _root?._metaschemaVocabulary;