We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc525b8 commit 1c814c2Copy full SHA for 1c814c2
src/formats/index.ts
@@ -66,19 +66,19 @@ export type JSONStringFormat =
66
| JSONCreditCardFormat;
67
68
const formats = [
69
- inferDatetime,
70
- inferTimestamp,
+ inferUri,
+ inferTld,
71
+ inferHostname,
72
inferEmail,
73
+ inferDatetime,
74
+ inferIpAddress,
75
+ inferPhoneNumber,
76
inferCurrency,
77
inferCountry,
- inferTld,
- inferIpAddress,
78
inferLanguage,
- inferPhoneNumber,
- inferUri,
79
inferUuid,
80
inferFilesize,
81
- inferHostname,
+ inferTimestamp,
82
inferJson,
83
inferJsonPointer,
84
inferEmoji,
0 commit comments