soltecsis / fwcloud-api

API REST for the project FWCloud.net
GNU Affero General Public License v3.0
4 stars 6 forks source link

Replace unsupported chai-json-schema package #800

Closed soltecsis-aortega closed 3 months ago

soltecsis-aortega commented 3 months ago

NOTES: JSON Schema validation is done by Tiny Validator tv4.

It seems that tv4 is not actively developed anymore, nor does it support versions of JSON schema after draft-04. However this chai plugin will use tv4 as its backend for the forseeable future. If you want newer versions of the JSON-schema or more performance you could look at using ajv in conjunction with chai-json-schema-ajv