Skip to content

Commit 1e87b8a

Browse files
committed
docs: fix note whitespace
1 parent 4c5ea71 commit 1e87b8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/content/utilities/validation.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def handler(event, context):
7272
### Validating custom formats
7373

7474
> New in 1.10.0
75+
>
7576
> **NOTE**: JSON Schema DRAFT 7 [has many new built-in formats](https://json-schema.org/understanding-json-schema/reference/string.html#format) such as date, time, and specifically a regex format which might be a better replacement for a custom format, if you do have control over the schema.
7677
7778
If you have JSON Schemas with custom formats, for example having a `int64` for high precision integers, you can pass an optional validation to handle each type using `formats` parameter - Otherwise it'll fail validation:

0 commit comments

Comments
 (0)