Skip to content

Commit ae1edc7

Browse files
committed
update requirement level for registry formats; should document limitations
1 parent 9484293 commit ae1edc7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: specs/jsonschema-validation.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -334,14 +334,14 @@ an annotation.
334334

335335
Implementations:
336336

337-
- SHOULD provide validation for each format attribute defined in this document
338-
and listed in the {{format-registry}};
337+
- SHOULD provide validation for each format attribute defined in this document;
338+
- are encouraged to provide validation for format attributes listed in the
339+
{{format-registry}};
339340
- MAY support format values not defined in this document or listed in the
340341
registry, but such support MUST be configurable and disabled by default;
341342
- SHOULD use a common parsing library or a well-known regular expression for
342343
each format;
343-
- SHOULD clearly document how and to what degree each format attribute is
344-
validated.
344+
- SHOULD clearly document any limitations regarding format validation.
345345

346346
The requirement for validation of format values in general is limited to
347347
syntactic checking; implementations SHOULD NOT attempt to send an email, connect

0 commit comments

Comments
 (0)