We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc1126a + 347543c commit 64a5066Copy full SHA for 64a5066
src/services/errors.js
@@ -14,7 +14,7 @@ angular.module('schemaForm').provider('sfErrorMessage', function() {
14
12: 'Data is valid against more than one schema from "oneOf"',
15
13: 'Data matches schema from "not"',
16
// Numeric errors
17
- 100: 'Value is not a multiple of {{schema.divisibleBy}}',
+ 100: 'Value is not a multiple of {{schema.multipleOf}}',
18
101: '{{viewValue}} is less than the allowed minimum of {{schema.minimum}}',
19
102: '{{viewValue}} is equal to the exclusive minimum {{schema.minimum}}',
20
103: '{{viewValue}} is greater than the allowed maximum of {{schema.maximum}}',
0 commit comments