@@ -258,7 +258,7 @@ final class DocumentTests: XCTestCase {
258258 " /hello/world " : . init(
259259 servers: [ ] ,
260260 get: . init(
261- responses: [ . default: . response( description: " test " , content: [ . json: . init( schema: . string) ] ) ] ,
261+ responses: [ . default: . response( description: " test " , content: [ . json: . content ( . init( schema: . string) ) ] ) ] ,
262262 servers: [ ]
263263 )
264264 )
@@ -280,7 +280,7 @@ final class DocumentTests: XCTestCase {
280280 " /hello/world " : . init(
281281 servers: [ ] ,
282282 get: . init(
283- responses: [ . default: . response( description: " test " , content: [ . json: . init( schema: . string) ] ) ] ,
283+ responses: [ . default: . response( description: " test " , content: [ . json: . content ( . init( schema: . string) ) ] ) ] ,
284284 servers: [ ]
285285 )
286286 )
@@ -302,7 +302,7 @@ final class DocumentTests: XCTestCase {
302302 " /hello/world " : . init(
303303 servers: [ s1, s2] ,
304304 get: . init(
305- responses: [ . default: . response( description: " test " , content: [ . json: . init( schema: . string) ] ) ] ,
305+ responses: [ . default: . response( description: " test " , content: [ . json: . content ( . init( schema: . string) ) ] ) ] ,
306306 servers: [ ]
307307 )
308308 )
@@ -324,7 +324,7 @@ final class DocumentTests: XCTestCase {
324324 " /hello/world " : . init(
325325 servers: [ ] ,
326326 get: . init(
327- responses: [ . default: . response( description: " test " , content: [ . json: . init( schema: . string) ] ) ] ,
327+ responses: [ . default: . response( description: " test " , content: [ . json: . content ( . init( schema: . string) ) ] ) ] ,
328328 servers: [ s1, s2]
329329 )
330330 )
@@ -346,7 +346,7 @@ final class DocumentTests: XCTestCase {
346346 " /hello/world " : . init(
347347 servers: [ s1, s2] ,
348348 get: . init(
349- responses: [ . default: . response( description: " test " , content: [ . json: . init( schema: . string) ] ) ] ,
349+ responses: [ . default: . response( description: " test " , content: [ . json: . content ( . init( schema: . string) ) ] ) ] ,
350350 servers: [ s1, s2]
351351 )
352352 )
@@ -369,7 +369,7 @@ final class DocumentTests: XCTestCase {
369369 " /hello/world " : . init(
370370 servers: [ s2] ,
371371 get: . init(
372- responses: [ . default: . response( description: " test " , content: [ . json: . init( schema: . string) ] ) ] ,
372+ responses: [ . default: . response( description: " test " , content: [ . json: . content ( . init( schema: . string) ) ] ) ] ,
373373 servers: [ s3]
374374 )
375375 )
@@ -393,7 +393,7 @@ final class DocumentTests: XCTestCase {
393393 " /hello/world " : . init(
394394 servers: [ s2, s4] ,
395395 get: . init(
396- responses: [ . default: . response( description: " test " , content: [ . json: . init( schema: . string) ] ) ] ,
396+ responses: [ . default: . response( description: " test " , content: [ . json: . content ( . init( schema: . string) ) ] ) ] ,
397397 servers: [ s3]
398398 )
399399 )
@@ -417,7 +417,7 @@ final class DocumentTests: XCTestCase {
417417 " /hello/world " : . init(
418418 servers: [ s2, s4] ,
419419 get: . init(
420- responses: [ . default: . response( description: " test " , content: [ . json: . init( schema: . string) ] ) ] ,
420+ responses: [ . default: . response( description: " test " , content: [ . json: . content ( . init( schema: . string) ) ] ) ] ,
421421 servers: [ s3]
422422 )
423423 )
@@ -438,7 +438,7 @@ final class DocumentTests: XCTestCase {
438438 paths: [
439439 " /hello/world " : . init(
440440 get: . init(
441- responses: [ . default: . response( description: " test " , content: [ . json: . init( schema: . string) ] ) ]
441+ responses: [ . default: . response( description: " test " , content: [ . json: . content ( . init( schema: . string) ) ] ) ]
442442 )
443443 )
444444 ] ,
0 commit comments