Skip to content

Releases: appliedengdesign/cnccodes-json-schema

v0.3.0

22 Jul 21:36
v0.3.0
86e62bd
Compare
Choose a tag to compare

Notes

v0.3.0 #

New Features

  • BREAKING Added remove array property to variant (Now an object) for modifying JSON for which it is a variant

Fixes

  • Fixed tests to provide more information if the schema is invalid

v0.2.2

15 Jul 18:05
v0.2.2
485b4cf
Compare
Choose a tag to compare

v0.2. #

Fixes

  • Typos in CHANGELOG and README

v0.2.1

15 Jul 17:59
v0.2.1
5e5f42d
Compare
Choose a tag to compare

v0.2.0 #

New Features

  • Schema updated to draft 2022-07
    • Added description to main required schema definitions
    • Added minProperties of 1 to codes and Parameters

Fixes

  • Fixed GH-Pages script to keep older versions

v0.1.0

30 Jun 00:35
v0.1.0
48563a0
Compare
Choose a tag to compare

v0.1.0 #

New Features

  • Schema updated to draft 2022-06
    • Updated base schema to draft 2020-12
    • Added variant property to allow for sub-variants of MTB specific codes
      • Property is 3 characters minimum, 8 characters maximum, no spaces, letters & numbers only
    • Added minLength property to shortDesc and desc properties.
    • For array of parameters, added shortDesc and optional as required properties.
  • Created npm package and schema can be loaded via code locally instead of via https

Other