@@ -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
}
@@ -463,19 +460,16 @@ Feature: Generate Open API Specification from test examples
463
460
"200": {
464
461
"description": "Getting a list of orders",
465
462
"schema": {
466
- "description": "",
467
463
"type": "object",
468
464
"properties": {
469
465
}
470
466
},
471
467
"headers": {
472
468
"Content-Type": {
473
- "description": "",
474
469
"type": "string",
475
470
"x-example-value": "application/vnd.api+json"
476
471
},
477
472
"Content-Length": {
478
- "description": "",
479
473
"type": "string",
480
474
"x-example-value": "137"
481
475
}
@@ -523,7 +517,6 @@ Feature: Generate Open API Specification from test examples
523
517
"description": "",
524
518
"required": false,
525
519
"schema": {
526
- "description": "",
527
520
"type": "object",
528
521
"properties": {
529
522
"data": {
@@ -574,19 +567,16 @@ Feature: Generate Open API Specification from test examples
574
567
"201": {
575
568
"description": "Creating an order",
576
569
"schema": {
577
- "description": "",
578
570
"type": "object",
579
571
"properties": {
580
572
}
581
573
},
582
574
"headers": {
583
575
"Content-Type": {
584
- "description": "",
585
576
"type": "string",
586
577
"x-example-value": "application/json"
587
578
},
588
579
"Content-Length": {
589
- "description": "",
590
580
"type": "string",
591
581
"x-example-value": "73"
592
582
}
@@ -625,7 +615,6 @@ Feature: Generate Open API Specification from test examples
625
615
{
626
616
"name": "id",
627
617
"in": "path",
628
- "description": "",
629
618
"required": true,
630
619
"type": "integer"
631
620
}
@@ -634,19 +623,16 @@ Feature: Generate Open API Specification from test examples
634
623
"200": {
635
624
"description": "Getting a specific order",
636
625
"schema": {
637
- "description": "",
638
626
"type": "object",
639
627
"properties": {
640
628
}
641
629
},
642
630
"headers": {
643
631
"Content-Type": {
644
- "description": "",
645
632
"type": "string",
646
633
"x-example-value": "application/json"
647
634
},
648
635
"Content-Length": {
649
- "description": "",
650
636
"type": "string",
651
637
"x-example-value": "73"
652
638
}
@@ -683,7 +669,6 @@ Feature: Generate Open API Specification from test examples
683
669
{
684
670
"name": "id",
685
671
"in": "path",
686
- "description": "",
687
672
"required": true,
688
673
"type": "integer"
689
674
},
@@ -693,7 +678,6 @@ Feature: Generate Open API Specification from test examples
693
678
"description": "",
694
679
"required": false,
695
680
"schema": {
696
- "description": "",
697
681
"type": "object",
698
682
"properties": {
699
683
"data": {
@@ -727,19 +711,16 @@ Feature: Generate Open API Specification from test examples
727
711
"200": {
728
712
"description": "Update an order",
729
713
"schema": {
730
- "description": "",
731
714
"type": "object",
732
715
"properties": {
733
716
}
734
717
},
735
718
"headers": {
736
719
"Content-Type": {
737
- "description": "",
738
720
"type": "string",
739
721
"x-example-value": "application/json"
740
722
},
741
723
"Content-Length": {
742
- "description": "",
743
724
"type": "string",
744
725
"x-example-value": "63"
745
726
}
@@ -750,19 +731,16 @@ Feature: Generate Open API Specification from test examples
750
731
"400": {
751
732
"description": "Invalid request",
752
733
"schema": {
753
- "description": "",
754
734
"type": "object",
755
735
"properties": {
756
736
}
757
737
},
758
738
"headers": {
759
739
"Content-Type": {
760
- "description": "",
761
740
"type": "string",
762
741
"x-example-value": "application/json"
763
742
},
764
743
"Content-Length": {
765
- "description": "",
766
744
"type": "string",
767
745
"x-example-value": "0"
768
746
}
@@ -792,7 +770,6 @@ Feature: Generate Open API Specification from test examples
792
770
{
793
771
"name": "id",
794
772
"in": "path",
795
- "description": "",
796
773
"required": true,
797
774
"type": "integer"
798
775
}
@@ -801,19 +778,16 @@ Feature: Generate Open API Specification from test examples
801
778
"200": {
802
779
"description": "Deleting an order",
803
780
"schema": {
804
- "description": "",
805
781
"type": "object",
806
782
"properties": {
807
783
}
808
784
},
809
785
"headers": {
810
786
"Content-Type": {
811
- "description": "",
812
787
"type": "string",
813
788
"x-example-value": "text/html;charset=utf-8"
814
789
},
815
790
"Content-Length": {
816
- "description": "",
817
791
"type": "string",
818
792
"x-example-value": "0"
819
793
}
0 commit comments