Skip to content

Commit 2776afc

Browse files
pinalbaldhahandrews
authored andcommitted
Updating Link RFC-3339 for date-time and date format (OAI#3348)
1 parent f5d8e9e commit 2776afc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/oas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ string | `string` | | |
9292
byte | `string` | `byte` | base64 encoded characters
9393
binary | `string` | `binary` | any sequence of octets
9494
boolean | `boolean` | | |
95-
date | `string` | `date` | As defined by `full-date` - [RFC3339](http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)
96-
dateTime | `string` | `date-time` | As defined by `date-time` - [RFC3339](http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)
95+
date | `string` | `date` | As defined by `full-date` - [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6)
96+
dateTime | `string` | `date-time` | As defined by `date-time` - [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6)
9797
password | `string` | `password` | Used to hint UIs the input needs to be obscured.
9898

9999
### Schema

0 commit comments

Comments
 (0)