@divvydiary/divvydiary-json-schemas 1.12.1 → 1.12.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@divvydiary/divvydiary-json-schemas",
3
- "version": "1.12.1",
3
+ "version": "1.12.3",
4
4
  "description": "JSON Schemas for DivvyDiary.com",
5
5
  "main": "index.js",
6
6
  "engines": {
@@ -275,7 +275,7 @@
275
275
  "type": "string",
276
276
  "minLength": 12,
277
277
  "maxLength": 12,
278
- "pattern": "^[A-Za-z]{2}[A-Za-z0-9]{9}[0-9]{1}$",
278
+ "pattern": "^[A-Za-z0-9]{12}$",
279
279
  "example": "US88160R1014",
280
280
  "transform": ["trim", "toUpperCase"]
281
281
  },
@@ -182,6 +182,11 @@
182
182
  "type": "string",
183
183
  "format": "date",
184
184
  "nullable": true
185
+ },
186
+ "note": {
187
+ "type": "string",
188
+ "maxLength": 2000,
189
+ "nullable": true
185
190
  }
186
191
  }
187
192
  }