Skip to content

Commit c932f6f

Browse files
committed
Ensure OpenApiTagTests cover terse output
1 parent 505b735 commit c932f6f

File tree

17 files changed

+83
-78
lines changed

17 files changed

+83
-78
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "pet",
3+
"description": "Pets operations",
4+
"externalDocs": {
5+
"description": "Find more info here",
6+
"url": "https://example.com"
7+
},
8+
"x-tag-extension": null
9+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name":"pet","description":"Pets operations","externalDocs":{"description":"Find more info here","url":"https://example.com"},"x-tag-extension":null}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"pet"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"pet"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "pet",
3+
"description": "Pets operations",
4+
"externalDocs": {
5+
"description": "Find more info here",
6+
"url": "https://example.com"
7+
},
8+
"x-tag-extension": null
9+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name":"pet","description":"Pets operations","externalDocs":{"description":"Find more info here","url":"https://example.com"},"x-tag-extension":null}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"pet"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"pet"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{ }
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

0 commit comments

Comments
 (0)