@@ -1762,7 +1762,7 @@ public void SerializeAdvancedDocumentAsV2JsonWorks()
17621762 ""parameters"": [
17631763 {
17641764 ""name"": ""tags"",
1765- ""in"": ""Query "",
1765+ ""in"": ""query "",
17661766 ""description"": ""tags to filter by"",
17671767 ""type"": ""array"",
17681768 ""items"": {
@@ -1771,7 +1771,7 @@ public void SerializeAdvancedDocumentAsV2JsonWorks()
17711771 },
17721772 {
17731773 ""name"": ""limit"",
1774- ""in"": ""Query "",
1774+ ""in"": ""query "",
17751775 ""description"": ""maximum number of results to return"",
17761776 ""type"": ""integer"",
17771777 ""format"": ""int32""
@@ -1954,7 +1954,7 @@ public void SerializeAdvancedDocumentAsV2JsonWorks()
19541954 ""parameters"": [
19551955 {
19561956 ""name"": ""id"",
1957- ""in"": ""Path "",
1957+ ""in"": ""path "",
19581958 ""description"": ""ID of pet to fetch"",
19591959 ""required"": true,
19601960 ""type"": ""integer"",
@@ -2033,7 +2033,7 @@ public void SerializeAdvancedDocumentAsV2JsonWorks()
20332033 ""parameters"": [
20342034 {
20352035 ""name"": ""id"",
2036- ""in"": ""Path "",
2036+ ""in"": ""path "",
20372037 ""description"": ""ID of pet to delete"",
20382038 ""required"": true,
20392039 ""type"": ""integer"",
@@ -2196,7 +2196,7 @@ public void SerializeAdvancedDocumentWithReferenceAsV2JsonWorks()
21962196 ""parameters"": [
21972197 {
21982198 ""name"": ""tags"",
2199- ""in"": ""Query "",
2199+ ""in"": ""query "",
22002200 ""description"": ""tags to filter by"",
22012201 ""type"": ""array"",
22022202 ""items"": {
@@ -2205,7 +2205,7 @@ public void SerializeAdvancedDocumentWithReferenceAsV2JsonWorks()
22052205 },
22062206 {
22072207 ""name"": ""limit"",
2208- ""in"": ""Query "",
2208+ ""in"": ""query "",
22092209 ""description"": ""maximum number of results to return"",
22102210 ""type"": ""integer"",
22112211 ""format"": ""int32""
@@ -2289,7 +2289,7 @@ public void SerializeAdvancedDocumentWithReferenceAsV2JsonWorks()
22892289 ""parameters"": [
22902290 {
22912291 ""name"": ""id"",
2292- ""in"": ""Path "",
2292+ ""in"": ""path "",
22932293 ""description"": ""ID of pet to fetch"",
22942294 ""required"": true,
22952295 ""type"": ""integer"",
@@ -2326,7 +2326,7 @@ public void SerializeAdvancedDocumentWithReferenceAsV2JsonWorks()
23262326 ""parameters"": [
23272327 {
23282328 ""name"": ""id"",
2329- ""in"": ""Path "",
2329+ ""in"": ""path "",
23302330 ""description"": ""ID of pet to delete"",
23312331 ""required"": true,
23322332 ""type"": ""integer"",
0 commit comments