We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df64960 + 1727869 commit 707cb0cCopy full SHA for 707cb0c
src/services/errors.js
@@ -31,8 +31,8 @@ angular.module('schemaForm').provider('sfErrorMessage', function() {
31
303: 'Additional properties not allowed',
32
304: 'Dependency failed - key must exist',
33
// Array errors
34
- 400: 'Array is too short ({{value.length}}), minimum {{schema.maxItems}}',
35
- 401: 'Array is too long ({{value.length}}), maximum {{schema.minItems}}',
+ 400: 'Array is too short ({{value.length}}), minimum {{schema.minItems}}',
+ 401: 'Array is too long ({{value.length}}), maximum {{schema.maxItems}}',
36
402: 'Array items are not unique',
37
403: 'Additional items not allowed',
38
// Format errors
0 commit comments