Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 7366746

Browse files
committed
add response descriptions to v3 OAS example file
1 parent 41cfbef commit 7366746

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

src/APIM_ARMTemplate/apimtemplate.test/Common/OpenAPISpecs/swaggerPetstorev3.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
},
4040
"responses": {
4141
"200": {
42+
"description": "successful operation",
4243
"content": {
4344
"text/plain": {
4445
"schema": {
@@ -87,6 +88,7 @@
8788
},
8889
"responses": {
8990
"200": {
91+
"description": "successful operation",
9092
"content": {
9193
"text/plain": {
9294
"schema": {
@@ -324,6 +326,7 @@
324326
],
325327
"responses": {
326328
"200": {
329+
"description": "successful operation",
327330
"content": {
328331
"text/plain": {
329332
"schema": {
@@ -384,6 +387,7 @@
384387
],
385388
"responses": {
386389
"200": {
390+
"description": "successful operation",
387391
"content": {
388392
"text/plain": {
389393
"schema": {
@@ -641,6 +645,7 @@
641645
],
642646
"responses": {
643647
"200": {
648+
"description": "successful operation",
644649
"content": {
645650
"text/plain": {
646651
"schema": {
@@ -689,6 +694,7 @@
689694
},
690695
"responses": {
691696
"200": {
697+
"description": "successful operation",
692698
"content": {
693699
"text/plain": {
694700
"schema": {
@@ -737,6 +743,7 @@
737743
},
738744
"responses": {
739745
"200": {
746+
"description": "successful operation",
740747
"content": {
741748
"text/plain": {
742749
"schema": {
@@ -785,6 +792,7 @@
785792
},
786793
"responses": {
787794
"200": {
795+
"description": "successful operation",
788796
"content": {
789797
"text/plain": {
790798
"schema": {
@@ -882,6 +890,7 @@
882890
"parameters": [],
883891
"responses": {
884892
"200": {
893+
"description": "successful operation",
885894
"content": {
886895
"text/plain": {
887896
"schema": {
@@ -993,6 +1002,7 @@
9931002
},
9941003
"responses": {
9951004
"200": {
1005+
"description": "successful operation",
9961006
"content": {
9971007
"text/plain": {
9981008
"schema": {
@@ -1042,6 +1052,7 @@
10421052
],
10431053
"responses": {
10441054
"200": {
1055+
"description": "successful operation",
10451056
"content": {
10461057
"text/plain": {
10471058
"schema": {

src/APIM_ARMTemplate/apimtemplate/Creator/ExampleFiles/OpenAPISpecs/swaggerPetstorev3.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
},
4040
"responses": {
4141
"200": {
42+
"description": "successful operation",
4243
"content": {
4344
"text/plain": {
4445
"schema": {
@@ -87,6 +88,7 @@
8788
},
8889
"responses": {
8990
"200": {
91+
"description": "successful operation",
9092
"content": {
9193
"text/plain": {
9294
"schema": {
@@ -324,6 +326,7 @@
324326
],
325327
"responses": {
326328
"200": {
329+
"description": "successful operation",
327330
"content": {
328331
"text/plain": {
329332
"schema": {
@@ -384,6 +387,7 @@
384387
],
385388
"responses": {
386389
"200": {
390+
"description": "successful operation",
387391
"content": {
388392
"text/plain": {
389393
"schema": {
@@ -641,6 +645,7 @@
641645
],
642646
"responses": {
643647
"200": {
648+
"description": "successful operation",
644649
"content": {
645650
"text/plain": {
646651
"schema": {
@@ -689,6 +694,7 @@
689694
},
690695
"responses": {
691696
"200": {
697+
"description": "successful operation",
692698
"content": {
693699
"text/plain": {
694700
"schema": {
@@ -737,6 +743,7 @@
737743
},
738744
"responses": {
739745
"200": {
746+
"description": "successful operation",
740747
"content": {
741748
"text/plain": {
742749
"schema": {
@@ -785,6 +792,7 @@
785792
},
786793
"responses": {
787794
"200": {
795+
"description": "successful operation",
788796
"content": {
789797
"text/plain": {
790798
"schema": {
@@ -882,6 +890,7 @@
882890
"parameters": [],
883891
"responses": {
884892
"200": {
893+
"description": "successful operation",
885894
"content": {
886895
"text/plain": {
887896
"schema": {
@@ -993,6 +1002,7 @@
9931002
},
9941003
"responses": {
9951004
"200": {
1005+
"description": "successful operation",
9961006
"content": {
9971007
"text/plain": {
9981008
"schema": {
@@ -1042,6 +1052,7 @@
10421052
],
10431053
"responses": {
10441054
"200": {
1055+
"description": "successful operation",
10451056
"content": {
10461057
"text/plain": {
10471058
"schema": {

0 commit comments

Comments
 (0)