|
32 | 32 | "description": "all string formats ignore nulls",
|
33 | 33 | "data": null,
|
34 | 34 | "valid": true
|
35 |
| - }, |
36 |
| - { |
37 |
| - "description": "invalid email string is only an annotation by default", |
38 |
| - "data": "2962", |
39 |
| - "valid": true |
40 | 35 | }
|
41 | 36 | ]
|
42 | 37 | },
|
|
73 | 68 | "description": "all string formats ignore nulls",
|
74 | 69 | "data": null,
|
75 | 70 | "valid": true
|
76 |
| - }, |
77 |
| - { |
78 |
| - "description": "invalid ip-address string is only an annotation by default", |
79 |
| - "data": "127.0.0.0.1", |
80 |
| - "valid": true |
81 | 71 | }
|
82 | 72 | ]
|
83 | 73 | },
|
|
114 | 104 | "description": "all string formats ignore nulls",
|
115 | 105 | "data": null,
|
116 | 106 | "valid": true
|
117 |
| - }, |
118 |
| - { |
119 |
| - "description": "invalid ipv6 string is only an annotation by default", |
120 |
| - "data": "12345::", |
121 |
| - "valid": true |
122 | 107 | }
|
123 | 108 | ]
|
124 | 109 | },
|
|
155 | 140 | "description": "all string formats ignore nulls",
|
156 | 141 | "data": null,
|
157 | 142 | "valid": true
|
158 |
| - }, |
159 |
| - { |
160 |
| - "description": "invalid host-name string is only an annotation by default", |
161 |
| - "data": "-a-host-name-that-starts-with--", |
162 |
| - "valid": true |
163 | 143 | }
|
164 | 144 | ]
|
165 | 145 | },
|
|
196 | 176 | "description": "all string formats ignore nulls",
|
197 | 177 | "data": null,
|
198 | 178 | "valid": true
|
199 |
| - }, |
200 |
| - { |
201 |
| - "description": "invalid date-time string is only an annotation by default", |
202 |
| - "data": "1990-02-31T15:59:60.123-08:00", |
203 |
| - "valid": true |
204 | 179 | }
|
205 | 180 | ]
|
206 | 181 | },
|
|
237 | 212 | "description": "all string formats ignore nulls",
|
238 | 213 | "data": null,
|
239 | 214 | "valid": true
|
240 |
| - }, |
241 |
| - { |
242 |
| - "description": "invalid regex string is only an annotation by default", |
243 |
| - "data": "^(abc]", |
244 |
| - "valid": true |
245 | 215 | }
|
246 | 216 | ]
|
247 | 217 | },
|
|
278 | 248 | "description": "all string formats ignore nulls",
|
279 | 249 | "data": null,
|
280 | 250 | "valid": true
|
281 |
| - }, |
282 |
| - { |
283 |
| - "description": "invalid date string is only an annotation by default", |
284 |
| - "data": "06/19/1963", |
285 |
| - "valid": true |
286 | 251 | }
|
287 | 252 | ]
|
288 | 253 | },
|
|
319 | 284 | "description": "all string formats ignore nulls",
|
320 | 285 | "data": null,
|
321 | 286 | "valid": true
|
322 |
| - }, |
323 |
| - { |
324 |
| - "description": "invalid time string is only an annotation by default", |
325 |
| - "data": "08:30:06 PST", |
326 |
| - "valid": true |
327 | 287 | }
|
328 | 288 | ]
|
329 | 289 | },
|
|
396 | 356 | "description": "all string formats ignore nulls",
|
397 | 357 | "data": null,
|
398 | 358 | "valid": true
|
399 |
| - }, |
400 |
| - { |
401 |
| - "description": "invalid uri string is only an annotation by default", |
402 |
| - "data": "//foo.bar/?baz=qux#quux", |
403 |
| - "valid": true |
404 | 359 | }
|
405 | 360 | ]
|
406 | 361 | }
|
|
0 commit comments