Skip to content

Commit

Permalink
feat(AsyncAPI 2.6.0): AsyncAPI 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakisan committed Feb 15, 2023
1 parent 6b17ff4 commit 7f19e1f
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package com.asyncapi.v2._6_0.model;

import com.asyncapi.v2.model.ExternalDocumentation;
import com.asyncapi.v2.model.Tag;
import com.asyncapi.v2._6_0.model.channel.ChannelItem;
import com.asyncapi.v2._6_0.model.component.Components;
import com.asyncapi.v2._6_0.model.info.Info;
Expand Down Expand Up @@ -40,7 +38,6 @@ public class AsyncAPI {
* Patch versions will correspond to patches of this document.
*/
@Nonnull
@NonNull
private String asyncapi = "2.6.0";

/**
Expand All @@ -61,7 +58,6 @@ public class AsyncAPI {
* Provides metadata about the API. The metadata can be used by the clients if needed.
*/
@Nonnull
@NonNull
private Info info;

/**
Expand Down Expand Up @@ -91,7 +87,6 @@ public class AsyncAPI {
* Channels are also known as "topics", "routing keys", "event types" or "paths".
*/
@Nonnull
@NonNull
private Map<String, ChannelItem> channels;

/**
Expand Down

0 comments on commit 7f19e1f

Please sign in to comment.