@@ -344,26 +344,26 @@ more specific list of available checkers, along with their requirement
344
344
that requires it, validation will succeed without throwing an error,
345
345
as specified by the JSON Schema specification.
346
346
347
- ===================== ====================
348
- Checker Notes
349
- ===================== ====================
350
- color requires webcolors _
351
- date
352
- date-time requires strict-rfc3339 _
353
- email
354
- hostname
355
- idn-hostname requires idna _
356
- ipv4
357
- ipv6 OS must have `socket.inet_pton ` function
358
- iri requires rfc3987 _
359
- iri-reference requires rfc3987 _
360
- json-pointer requires jsonpointer _
361
- regex
362
- relative-json-pointer requires jsonpointer _
363
- time requires strict-rfc3339 _
364
- uri requires rfc3987 _
365
- uri-reference requires rfc3987 _
366
- ===================== ====================
347
+ ========================= ====================
348
+ Checker Notes
349
+ ========================= ====================
350
+ `` color `` requires webcolors _
351
+ `` date ``
352
+ `` date-time `` requires strict-rfc3339 _
353
+ `` email ``
354
+ `` hostname ``
355
+ `` idn-hostname `` requires idna _
356
+ `` ipv4 ``
357
+ `` ipv6 `` OS must have `socket.inet_pton ` function
358
+ `` iri `` requires rfc3987 _
359
+ `` iri-reference `` requires rfc3987 _
360
+ `` json-pointer `` requires jsonpointer _
361
+ `` regex ``
362
+ `` relative-json-pointer `` requires jsonpointer _
363
+ `` time `` requires strict-rfc3339 _
364
+ `` uri `` requires rfc3987 _
365
+ `` uri-reference `` requires rfc3987 _
366
+ ========================= ====================
367
367
368
368
369
369
.. _idna : https://pypi.org/pypi/idna/
0 commit comments