From 3ab65ffaf92f0d7e4c3581ca05a79f081c8c86f4 Mon Sep 17 00:00:00 2001 From: Eric Wittmann Date: Mon, 12 Sep 2022 15:15:15 -0400 Subject: [PATCH 1/2] docs: fix incorrect spacing in the kafka streetlights example (#833) --- examples/streetlights-kafka.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/streetlights-kafka.yml b/examples/streetlights-kafka.yml index 84162033d..d08cf6393 100644 --- a/examples/streetlights-kafka.yml +++ b/examples/streetlights-kafka.yml @@ -18,15 +18,15 @@ servers: scram-connections: url: test.mykafkacluster.org:18092 protocol: kafka-secure - description: Test broker secured with scramSha256 - security: - - saslScram: [] + description: Test broker secured with scramSha256 + security: + - saslScram: [] mtls-connections: url: test.mykafkacluster.org:28092 protocol: kafka-secure - description: Test broker secured with X509 - security: - - certs: [] + description: Test broker secured with X509 + security: + - certs: [] defaultContentType: application/json From 9f37dd8fbca1a4dbe455d35e7370f8e8bcc94f38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Gorej?= Date: Mon, 12 Sep 2022 22:24:46 +0200 Subject: [PATCH 2/2] docs: change invalid RFC3339 link for valid one (#832) --- spec/asyncapi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/asyncapi.md b/spec/asyncapi.md index 8601d468a..56fdd0687 100644 --- a/spec/asyncapi.md +++ b/spec/asyncapi.md @@ -2558,6 +2558,6 @@ 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://www.rfc-editor.org/rfc/rfc3339.html#section-5.6) +dateTime | `string` | `date-time` | As defined by `date-time` - [RFC3339](https://www.rfc-editor.org/rfc/rfc3339.html#section-5.6) password | `string` | `password` | Used to hint UIs the input needs to be obscured.