You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: jsonschema-validation-output-machines.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -172,10 +172,14 @@ The failing instance will produce the following errors:
172
172
is not a number.
173
173
174
174
<!--
175
-
"minimum" doesn't produce an error because it only operates on instances that are numbers.
175
+
"minimum" doesn't produce an error because it only operates on instances that
176
+
are numbers.
176
177
-->
177
178
<!--
178
-
Note that the error message wording as depicted in the examples below is not a requirement of this specification. Implementations SHOULD craft error messages tailored for their audience or provide a templating mechanism that allows their users to craft their own messages.
179
+
Note that the error message wording as depicted in the examples below is not a
180
+
requirement of this specification. Implementations SHOULD craft error messages
181
+
tailored for their audience or provide a templating mechanism that allows their
182
+
users to craft their own messages.
179
183
-->
180
184
181
185
The passing instance will produce the following annotations:
0 commit comments