File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,7 @@ $userProfileSchema->isValid($validProfile); // true
189189| ` UriTemplate ` | ✅ | ✅ | ✅ | ✅ | URI Template |
190190| ` Regex ` | ❌ | ✅ | ✅ | ✅ | Regular expression pattern |
191191| ` IdnEmail ` | ❌ | ✅ | ✅ | ✅ | Internationalized email |
192+ | ` IdnHostname ` | ❌ | ✅ | ✅ | ✅ | Internationalized hostname |
192193| ` Iri ` | ❌ | ✅ | ✅ | ✅ | Internationalized URI |
193194| ` IriReference ` | ❌ | ✅ | ✅ | ✅ | IRI reference |
194195| ** Draft 2019-09+** |
Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ $timeSchema = Schema::string('appointment_time')
137137| ` JsonPointer ` | JSON Pointer | ` /users/123/name ` |
138138| ` RelativeJsonPointer ` † | Relative JSON Pointer | ` 1/name ` |
139139| ` UriTemplate ` | URI Template | ` /users/{id} ` |
140+ | ` Regex ` † | Regular expression pattern | ` ^[a-zA-Z0-9_]+$ ` |
140141| ` IdnEmail ` † | Internationalized email | ` 用户@example.com ` |
141142| ` IdnHostname ` † | Internationalized hostname | ` 例え.テスト ` |
142143| ` Iri ` † | Internationalized URI | ` https://例え.テスト ` |
You can’t perform that action at this time.
0 commit comments