From 89a35715f16f4bd3fce7e6334bdba75db4424624 Mon Sep 17 00:00:00 2001 From: Pinal Baldha <18348233+pinalbaldha@users.noreply.github.com> Date: Sun, 13 Aug 2023 14:07:31 +0530 Subject: [PATCH 1/5] Update RFC-3339 link Fixing date-time reference RFC-3339 Link --- versions/3.0.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions/3.0.0.md b/versions/3.0.0.md index 30a041ad84..a5109ff1f1 100644 --- a/versions/3.0.0.md +++ b/versions/3.0.0.md @@ -161,8 +161,8 @@ string | `string` | | | byte | `string` | `byte` | base64 encoded characters binary | `string` | `binary` | any sequence of octets boolean | `boolean` | | | -date | `string` | `date` | As defined by `full-date` - [RFC3339](http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14) -dateTime | `string` | `date-time` | As defined by `date-time` - [RFC3339](http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14) +date | `string` | `date` | As defined by `full-date` - [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) +dateTime | `string` | `date-time` | As defined by `date-time` - [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) password | `string` | `password` | A hint to UIs to obscure input. ### Rich Text Formatting From 93dd4ea7c90f9065f1470c73d7664b575c584cc1 Mon Sep 17 00:00:00 2001 From: Pinal Baldha <18348233+pinalbaldha@users.noreply.github.com> Date: Sun, 13 Aug 2023 14:09:43 +0530 Subject: [PATCH 2/5] Update Link RFC-3339 for 3.0.1.md --- versions/3.0.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions/3.0.1.md b/versions/3.0.1.md index 0a8a834358..91b989c3ea 100644 --- a/versions/3.0.1.md +++ b/versions/3.0.1.md @@ -161,8 +161,8 @@ string | `string` | | | byte | `string` | `byte` | base64 encoded characters binary | `string` | `binary` | any sequence of octets boolean | `boolean` | | | -date | `string` | `date` | As defined by `full-date` - [RFC3339](https://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14) -dateTime | `string` | `date-time` | As defined by `date-time` - [RFC3339](https://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14) +date | `string` | `date` | As defined by `full-date` - [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) +dateTime | `string` | `date-time` | As defined by `date-time` - [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) password | `string` | `password` | A hint to UIs to obscure input. ### Rich Text Formatting From b615a8cea3a5985214d1a8e04a0afb4bf57fa023 Mon Sep 17 00:00:00 2001 From: Pinal Baldha <18348233+pinalbaldha@users.noreply.github.com> Date: Sun, 13 Aug 2023 14:12:04 +0530 Subject: [PATCH 3/5] Update RFC-3339 Link in 3.0.2.md --- versions/3.0.2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions/3.0.2.md b/versions/3.0.2.md index 3a6a343a8c..e35db8d9a7 100644 --- a/versions/3.0.2.md +++ b/versions/3.0.2.md @@ -162,8 +162,8 @@ The formats defined by the OAS are: `string` | `byte` | base64 encoded characters `string` | `binary` | any sequence of octets `boolean` | | | -`string` | `date` | As defined by `full-date` - [RFC3339](https://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14) -`string` | `date-time` | As defined by `date-time` - [RFC3339](https://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14) +`string` | `date` | As defined by `full-date` - [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) +`string` | `date-time` | As defined by `date-time` - [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) `string` | `password` | A hint to UIs to obscure input. From 09fb5e5131a5d0ea7233033164cbf96f89172a70 Mon Sep 17 00:00:00 2001 From: Pinal Baldha <18348233+pinalbaldha@users.noreply.github.com> Date: Sun, 13 Aug 2023 14:12:56 +0530 Subject: [PATCH 4/5] Update RFC-3339 Link for 3.0.3.md --- versions/3.0.3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions/3.0.3.md b/versions/3.0.3.md index e21aa46554..873affc118 100644 --- a/versions/3.0.3.md +++ b/versions/3.0.3.md @@ -166,8 +166,8 @@ The formats defined by the OAS are: `string` | `byte` | base64 encoded characters `string` | `binary` | any sequence of octets `boolean` | | | -`string` | `date` | As defined by `full-date` - [RFC3339](https://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14) -`string` | `date-time` | As defined by `date-time` - [RFC3339](https://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14) +`string` | `date` | As defined by `full-date` - [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) +`string` | `date-time` | As defined by `date-time` - [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) `string` | `password` | A hint to UIs to obscure input. From 542e52816d366cb9aad257937ee99cf20b9c448d Mon Sep 17 00:00:00 2001 From: Pinal Baldha <18348233+pinalbaldha@users.noreply.github.com> Date: Sun, 13 Aug 2023 14:14:03 +0530 Subject: [PATCH 5/5] Update RFC-3339 Link for 2.0.md --- versions/2.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions/2.0.md b/versions/2.0.md index 5916e30c3e..c9226c44aa 100755 --- a/versions/2.0.md +++ b/versions/2.0.md @@ -92,8 +92,8 @@ string | `string` | | | byte | `string` | `byte` | base64 encoded characters binary | `string` | `binary` | any sequence of octets boolean | `boolean` | | | -date | `string` | `date` | As defined by `full-date` - [RFC3339](http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14) -dateTime | `string` | `date-time` | As defined by `date-time` - [RFC3339](http://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14) +date | `string` | `date` | As defined by `full-date` - [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) +dateTime | `string` | `date-time` | As defined by `date-time` - [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) password | `string` | `password` | Used to hint UIs the input needs to be obscured. ### Schema