@@ -342,19 +342,16 @@ Feature: Generate Open API Specification from test examples
342
342
"200": {
343
343
"description": "List all instructions",
344
344
"schema": {
345
- "description": "",
346
345
"type": "object",
347
346
"properties": {
348
347
}
349
348
},
350
349
"headers": {
351
350
"Content-Type": {
352
- "description": "",
353
351
"type": "string",
354
352
"x-example-value": "text/html;charset=utf-8"
355
353
},
356
354
"Content-Length": {
357
- "description": "",
358
355
"type": "string",
359
356
"x-example-value": "57"
360
357
}
@@ -449,19 +446,16 @@ Feature: Generate Open API Specification from test examples
449
446
"200": {
450
447
"description": "Getting a list of orders",
451
448
"schema": {
452
- "description": "",
453
449
"type": "object",
454
450
"properties": {
455
451
}
456
452
},
457
453
"headers": {
458
454
"Content-Type": {
459
- "description": "",
460
455
"type": "string",
461
456
"x-example-value": "application/vnd.api+json"
462
457
},
463
458
"Content-Length": {
464
- "description": "",
465
459
"type": "string",
466
460
"x-example-value": "137"
467
461
}
@@ -509,7 +503,6 @@ Feature: Generate Open API Specification from test examples
509
503
"description": "",
510
504
"required": false,
511
505
"schema": {
512
- "description": "",
513
506
"type": "object",
514
507
"properties": {
515
508
"data": {
@@ -560,19 +553,16 @@ Feature: Generate Open API Specification from test examples
560
553
"201": {
561
554
"description": "Creating an order",
562
555
"schema": {
563
- "description": "",
564
556
"type": "object",
565
557
"properties": {
566
558
}
567
559
},
568
560
"headers": {
569
561
"Content-Type": {
570
- "description": "",
571
562
"type": "string",
572
563
"x-example-value": "application/json"
573
564
},
574
565
"Content-Length": {
575
- "description": "",
576
566
"type": "string",
577
567
"x-example-value": "73"
578
568
}
@@ -620,19 +610,16 @@ Feature: Generate Open API Specification from test examples
620
610
"200": {
621
611
"description": "Getting a specific order",
622
612
"schema": {
623
- "description": "",
624
613
"type": "object",
625
614
"properties": {
626
615
}
627
616
},
628
617
"headers": {
629
618
"Content-Type": {
630
- "description": "",
631
619
"type": "string",
632
620
"x-example-value": "application/json"
633
621
},
634
622
"Content-Length": {
635
- "description": "",
636
623
"type": "string",
637
624
"x-example-value": "73"
638
625
}
@@ -679,7 +666,6 @@ Feature: Generate Open API Specification from test examples
679
666
"description": "",
680
667
"required": false,
681
668
"schema": {
682
- "description": "",
683
669
"type": "object",
684
670
"properties": {
685
671
"data": {
@@ -713,19 +699,16 @@ Feature: Generate Open API Specification from test examples
713
699
"200": {
714
700
"description": "Update an order",
715
701
"schema": {
716
- "description": "",
717
702
"type": "object",
718
703
"properties": {
719
704
}
720
705
},
721
706
"headers": {
722
707
"Content-Type": {
723
- "description": "",
724
708
"type": "string",
725
709
"x-example-value": "application/json"
726
710
},
727
711
"Content-Length": {
728
- "description": "",
729
712
"type": "string",
730
713
"x-example-value": "63"
731
714
}
@@ -736,19 +719,16 @@ Feature: Generate Open API Specification from test examples
736
719
"400": {
737
720
"description": "Invalid request",
738
721
"schema": {
739
- "description": "",
740
722
"type": "object",
741
723
"properties": {
742
724
}
743
725
},
744
726
"headers": {
745
727
"Content-Type": {
746
- "description": "",
747
728
"type": "string",
748
729
"x-example-value": "application/json"
749
730
},
750
731
"Content-Length": {
751
- "description": "",
752
732
"type": "string",
753
733
"x-example-value": "0"
754
734
}
@@ -787,19 +767,16 @@ Feature: Generate Open API Specification from test examples
787
767
"200": {
788
768
"description": "Deleting an order",
789
769
"schema": {
790
- "description": "",
791
770
"type": "object",
792
771
"properties": {
793
772
}
794
773
},
795
774
"headers": {
796
775
"Content-Type": {
797
- "description": "",
798
776
"type": "string",
799
777
"x-example-value": "text/html;charset=utf-8"
800
778
},
801
779
"Content-Length": {
802
- "description": "",
803
780
"type": "string",
804
781
"x-example-value": "0"
805
782
}
0 commit comments