Const
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.
schemas
import { MWL_SCHEMA_10, schema10 } from '@datamoc/mw_games/mwl';console.log(MWL_SCHEMA_10, Object.hasOwn(schema10, 'game')); // '1.0', true Copy
import { MWL_SCHEMA_10, schema10 } from '@datamoc/mw_games/mwl';console.log(MWL_SCHEMA_10, Object.hasOwn(schema10, 'game')); // '1.0', true
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.