From bfcd5350e943fa4b068fda328cf428850f24a7f6 Mon Sep 17 00:00:00 2001 From: Sergio Moya <1083296+smoya@users.noreply.github.com> Date: Mon, 28 Mar 2022 15:08:11 +0200 Subject: [PATCH] fix inconsistent usage of array and intermediate objects --- docs/v1.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/v1.md b/docs/v1.md index f1e82ff..38d673e 100644 --- a/docs/v1.md +++ b/docs/v1.md @@ -123,7 +123,7 @@ ## Message - bindings() : `Bindings` -- channels() : `Channel[]` +- channels() : `Channels` - contentType() : `string` - correlationId() : `CorrelationId` | `undefined` - description() : `string` | `undefined` @@ -139,7 +139,7 @@ - headers() : `Schema` | `undefined` - id() : `string` - name() : `string` | `undefined` -- operations() : `Operation[]` +- operations() : `Operations` - payload() : `Schema | any` - schemaFormat() : `string` - servers() : `Servers` @@ -282,7 +282,7 @@ - hasProtocolVersion() : `boolean` - messages() : `Messages` - name() : `string` | `undefined` -- operations() : `Operation[]` +- operations() : `Operations` - protocol() : `string` | `undefined` - protocolVersion() : `string` | `undefined` - securitySchemes() : `SecuritySchemes`