Skip to content

Commit

Permalink
Merge branch 'release/2.4.0' into feat/asyncapi-3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakisan committed Dec 8, 2023
2 parents affd9e4 + fdcd14d commit 477698a
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions src/test/testData/json/inspection/2.0.0/without channels.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<error descr="Missing required property 'channels'">{
"asyncapi": "2.0.0",
{
<error descr="Missing required property 'channels'">"asyncapi": "2.0.0"</error>,
"info": {
"title": "Account Service",
"version": "1.0.0",
Expand Down Expand Up @@ -36,4 +36,4 @@
}
}
}
}</error>
}
6 changes: 3 additions & 3 deletions src/test/testData/json/inspection/2.1.0/without channels.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<error descr="Missing required property 'channels'">{
"asyncapi": "2.1.0",
{
<error descr="Missing required property 'channels'">"asyncapi": "2.1.0"</error>,
"info": {
"title": "Account Service",
"version": "1.0.0",
Expand Down Expand Up @@ -36,4 +36,4 @@
}
}
}
}</error>
}
6 changes: 3 additions & 3 deletions src/test/testData/json/inspection/2.2.0/without channels.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<error descr="Missing required property 'channels'">{
"asyncapi": "2.2.0",
{
<error descr="Missing required property 'channels'">"asyncapi": "2.2.0"</error>,
"info": {
"title": "Account Service",
"version": "1.0.0",
Expand Down Expand Up @@ -36,4 +36,4 @@
}
}
}
}</error>
}
6 changes: 3 additions & 3 deletions src/test/testData/json/inspection/2.3.0/without channels.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<error descr="Missing required property 'channels'">{
"asyncapi": "2.3.0",
{
<error descr="Missing required property 'channels'">"asyncapi": "2.3.0"</error>,
"info": {
"title": "Account Service",
"version": "1.0.0",
Expand Down Expand Up @@ -36,4 +36,4 @@
}
}
}
}</error>
}
6 changes: 3 additions & 3 deletions src/test/testData/json/inspection/2.4.0/without channels.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<error descr="Missing required property 'channels'">{
"asyncapi": "2.4.0",
{
<error descr="Missing required property 'channels'">"asyncapi": "2.4.0"</error>,
"info": {
"title": "Account Service",
"version": "1.0.0",
Expand Down Expand Up @@ -36,4 +36,4 @@
}
}
}
}</error>
}
6 changes: 3 additions & 3 deletions src/test/testData/json/inspection/2.5.0/without channels.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<error descr="Missing required property 'channels'">{
"asyncapi": "2.5.0",
{
<error descr="Missing required property 'channels'">"asyncapi": "2.5.0"</error>,
"info": {
"title": "Account Service",
"version": "1.0.0",
Expand Down Expand Up @@ -36,4 +36,4 @@
}
}
}
}</error>
}
6 changes: 3 additions & 3 deletions src/test/testData/json/inspection/2.6.0/without channels.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<error descr="Missing required property 'channels'">{
"asyncapi": "2.6.0",
{
<error descr="Missing required property 'channels'">"asyncapi": "2.6.0"</error>,
"info": {
"title": "Account Service",
"version": "1.0.0",
Expand Down Expand Up @@ -36,4 +36,4 @@
}
}
}
}</error>
}

0 comments on commit 477698a

Please sign in to comment.