diff --git a/examples/streetlights-kafka.yml b/examples/streetlights-kafka.yml index 9ce3c60c9..413c36ff9 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 diff --git a/spec/asyncapi.md b/spec/asyncapi.md index da28e712f..0cf8749b5 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.