//! This package handles defining schema programmatically and by loading from json. A schema
//! may reference other schemas, even cyclically, so we have to load all the schemas and do a final
//! "linking" pass.
modschema_def;pubuseschema_def::*;modschema_linker;pubuseschema_linker::*;modenum_type_builder;modrecord_type_builder;modjson_schema;