mwg API
    Preparing search index...

    Variable schema10Const

    schema10: Readonly<Record<string, MwlTagSchema>> = ...

    The published MWL 1.0 vocabulary. Version 1.0 preserves the 0.1 tag and value contract while making the core structural requirements explicit. Migration is lossless for valid 0.1 data; game-owned extensions are still supplied through schemas.

    import { MWL_SCHEMA_10, schema10 } from '@datamoc/mw_games/mwl';

    console.log(MWL_SCHEMA_10, Object.hasOwn(schema10, 'game')); // '1.0', true