Skip to content

Commit 05b6d5a

Browse files
committed
fix {}
1 parent 54b2085 commit 05b6d5a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/OpenApiTests/openapi.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -366,13 +366,13 @@
366366
"requestBody": {
367367
"content": {
368368
"application/json": {
369-
"schema": { }
369+
"schema": {}
370370
},
371371
"text/json": {
372-
"schema": { }
372+
"schema": {}
373373
},
374374
"application/*+json": {
375-
"schema": { }
375+
"schema": {}
376376
}
377377
}
378378
},
@@ -804,13 +804,13 @@
804804
"requestBody": {
805805
"content": {
806806
"application/json": {
807-
"schema": { }
807+
"schema": {}
808808
},
809809
"text/json": {
810-
"schema": { }
810+
"schema": {}
811811
},
812812
"application/*+json": {
813-
"schema": { }
813+
"schema": {}
814814
}
815815
}
816816
},

0 commit comments

Comments
 (0)