Skip to main content

SCHEMA_VERSION

Constant SCHEMA_VERSION 

Source
pub const SCHEMA_VERSION: Version;
Expand description

Current version of the canonical league-data-schema (see types interface).

A plugin declaring a schema_version in its manifest is compatible with a host running this version when SCHEMA_VERSION.accepts(plugin_schema_version) is true — see Version::accepts.