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: src/oas.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2602,8 +2602,8 @@ The [`format` keyword (when using default format-annotation vocabulary)](https:/
2602
2602
Extended validation is one way that these constraints MAY be enforced.
2603
2603
2604
2604
In addition to extended validation, annotations are the most effective way to determine whether these keywords impact the type and structure of the fully parsed data.
2605
-
For example, formats such as `int64` can be applied to JSON strings, as JSON numers have limitations that make large integers non-portable.
2606
-
If annotation collection is not available, implementations MUST perform a [schema search](#searching-schemas) for these keywords, and MUST document the limitatioons this imposes.
2605
+
For example, formats such as `int64` can be applied to JSON strings, as JSON numbers have limitations that make large integers non-portable.
2606
+
If annotation collection is not available, implementations MUST perform a [schema search](#searching-schemas) for these keywords, and MUST document the limitations this imposes.
0 commit comments