Skip to content

v0.1.0

Choose a tag to compare

@mikecentola mikecentola released this 30 Jun 00:35
· 23 commits to main since this release
v0.1.0
48563a0

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