Skip to content

Commit 7817060

Browse files
authored
Updating Link RFC-3339 for date-time and date format (#3348)
1 parent ddcab42 commit 7817060

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

versions/2.0.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

versions/3.0.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ string | `string` | | |
161161
byte | `string` | `byte` | base64 encoded characters
162162
binary | `string` | `binary` | any sequence of octets
163163
boolean | `boolean` | | |
164-
date | `string` | `date` | As defined by `full-date` - [RFC3339](http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)
165-
dateTime | `string` | `date-time` | As defined by `date-time` - [RFC3339](http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)
164+
date | `string` | `date` | As defined by `full-date` - [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6)
165+
dateTime | `string` | `date-time` | As defined by `date-time` - [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6)
166166
password | `string` | `password` | A hint to UIs to obscure input.
167167

168168
### <a name="richText"></a>Rich Text Formatting

versions/3.0.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ string | `string` | | |
161161
byte | `string` | `byte` | base64 encoded characters
162162
binary | `string` | `binary` | any sequence of octets
163163
boolean | `boolean` | | |
164-
date | `string` | `date` | As defined by `full-date` - [RFC3339](https://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)
165-
dateTime | `string` | `date-time` | As defined by `date-time` - [RFC3339](https://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)
164+
date | `string` | `date` | As defined by `full-date` - [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6)
165+
dateTime | `string` | `date-time` | As defined by `date-time` - [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6)
166166
password | `string` | `password` | A hint to UIs to obscure input.
167167

168168
### <a name="richText"></a>Rich Text Formatting

versions/3.0.2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ The formats defined by the OAS are:
162162
`string` | `byte` | base64 encoded characters
163163
`string` | `binary` | any sequence of octets
164164
`boolean` | | |
165-
`string` | `date` | As defined by `full-date` - [RFC3339](https://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)
166-
`string` | `date-time` | As defined by `date-time` - [RFC3339](https://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)
165+
`string` | `date` | As defined by `full-date` - [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6)
166+
`string` | `date-time` | As defined by `date-time` - [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6)
167167
`string` | `password` | A hint to UIs to obscure input.
168168

169169

versions/3.0.3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ The formats defined by the OAS are:
166166
`string` | `byte` | base64 encoded characters
167167
`string` | `binary` | any sequence of octets
168168
`boolean` | | |
169-
`string` | `date` | As defined by `full-date` - [RFC3339](https://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)
170-
`string` | `date-time` | As defined by `date-time` - [RFC3339](https://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14)
169+
`string` | `date` | As defined by `full-date` - [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6)
170+
`string` | `date-time` | As defined by `date-time` - [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6)
171171
`string` | `password` | A hint to UIs to obscure input.
172172

173173

0 commit comments

Comments
 (0)