{
  "id": "semver.schema.json",

  "type": "string",
  "minLength": 5,
  "maxLength": 14,
  "pattern": "^(?:0|[1-9]\\d*)\\.(?:0|[1-9]\\d*)\\.(?:0|[1-9]\\d*)$"
}
