pub const SCHEMA_VERSION: &str = "1.0";Expand description
Current AQL schema version.
Manifests from any version are currently accepted. When the schema changes
incompatibly, this becomes the enforcement point — check_schema_version
can reject manifests below the minimum supported version.