Json – ajv schema validation fails when working with array types
I'm using ajv to validate a JSON instance using a fairly simple schema, but that is failing on the array type with the following message: "this must be equal to one of the allowed values" Problem is, my value is…