//! JSON Schema 2020-12 vocabulary structs.
//!
//! Each vocabulary is defined in its own file and derives
//! [`combine_structs::Fields`], which caches its field definitions for
//! merging into the flat [`Schema`](crate::Schema) struct via
//! [`combine_fields`](combine_structs::combine_fields).
pub use ApplicatorVocabulary;
pub use ContentVocabulary;
pub use CoreVocabulary;
pub use FormatAnnotationVocabulary;
pub use MetaDataVocabulary;
pub use UnevaluatedVocabulary;
pub use ValidationVocabulary;