We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e19fbb commit 954a59eCopy full SHA for 954a59e
docs/api.md
@@ -1,4 +1,4 @@
1
-# AsyncAPI Parser API v2.0.0
+# AsyncAPI Parser API v3.0.0
2
3
## AsyncAPIDocument
4
- version(): `string`
@@ -170,7 +170,6 @@
170
- hasSchemaFormat(): `boolean`
171
- schemaFormat(): `string` | `undefined`
172
- hasMessageId(): `boolean`
173
-- messageId(): `string` | `undefined`
174
- hasCorrelationId(): `boolean`
175
- correlationId(): `CorrelationId` | `undefined`
176
- hasContentType(): `boolean`
@@ -229,7 +228,6 @@
229
228
230
231
232
233
234
235
0 commit comments