Skip to content

Commit

Permalink
fix inconsistent usage of array and intermediate objects
Browse files Browse the repository at this point in the history
  • Loading branch information
smoya committed Mar 28, 2022
1 parent e238163 commit bfcd535
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@

## Message
- bindings() : `Bindings`
- channels() : `Channel[]`
- channels() : `Channels`
- contentType() : `string`
- correlationId() : `CorrelationId` | `undefined`
- description() : `string` | `undefined`
Expand All @@ -139,7 +139,7 @@
- headers() : `Schema` | `undefined`
- id() : `string`
- name() : `string` | `undefined`
- operations() : `Operation[]`
- operations() : `Operations`
- payload() : `Schema | any`
- schemaFormat() : `string`
- servers() : `Servers`
Expand Down Expand Up @@ -282,7 +282,7 @@
- hasProtocolVersion() : `boolean`
- messages() : `Messages`
- name() : `string` | `undefined`
- operations() : `Operation[]`
- operations() : `Operations`
- protocol() : `string` | `undefined`
- protocolVersion() : `string` | `undefined`
- securitySchemes() : `SecuritySchemes`
Expand Down

0 comments on commit bfcd535

Please sign in to comment.