File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
samples/server/petstore/java-inflector/src
gen/java/io/swagger/model Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public enum EnumPropEnum {
17
17
18
18
B ("b" ),
19
19
20
- NULL ();
20
+ NULL (null );
21
21
22
22
private String value ;
23
23
Original file line number Diff line number Diff line change @@ -105,11 +105,11 @@ paths:
105
105
type : array
106
106
items :
107
107
type : string
108
+ default : available
108
109
enum :
109
110
- available
110
111
- pending
111
112
- sold
112
- default : available
113
113
responses :
114
114
" 200 " :
115
115
description : successful operation
@@ -719,10 +719,10 @@ paths:
719
719
type : array
720
720
items :
721
721
type : string
722
+ default : $
722
723
enum :
723
724
- ' >'
724
725
- $
725
- default : $
726
726
- name : enum_header_string
727
727
in : header
728
728
description : Header parameter enum test (string)
@@ -731,11 +731,11 @@ paths:
731
731
explode : false
732
732
schema :
733
733
type : string
734
+ default : -efg
734
735
enum :
735
736
- _abc
736
737
- -efg
737
738
- (xyz)
738
- default : -efg
739
739
- name : enum_query_string_array
740
740
in : query
741
741
description : Query parameter enum test (string array)
@@ -746,10 +746,10 @@ paths:
746
746
type : array
747
747
items :
748
748
type : string
749
+ default : $
749
750
enum :
750
751
- ' >'
751
752
- $
752
- default : $
753
753
- name : enum_query_string
754
754
in : query
755
755
description : Query parameter enum test (string)
@@ -758,11 +758,11 @@ paths:
758
758
explode : true
759
759
schema :
760
760
type : string
761
+ default : -efg
761
762
enum :
762
763
- _abc
763
764
- -efg
764
765
- (xyz)
765
- default : -efg
766
766
- name : enum_query_integer
767
767
in : query
768
768
description : Query parameter enum test (double)
@@ -1429,11 +1429,11 @@ components:
1429
1429
name : Name
1430
1430
EnumClass :
1431
1431
type : string
1432
+ default : -efg
1432
1433
enum :
1433
1434
- _abc
1434
1435
- -efg
1435
1436
- (xyz)
1436
- default : -efg
1437
1437
List :
1438
1438
type : object
1439
1439
properties :
@@ -2027,18 +2027,18 @@ components:
2027
2027
description : Form parameter enum test (string array)
2028
2028
items :
2029
2029
type : string
2030
+ default : $
2030
2031
enum :
2031
2032
- ' >'
2032
2033
- $
2033
- default : $
2034
2034
enum_form_string :
2035
2035
type : string
2036
2036
description : Form parameter enum test (string)
2037
+ default : -efg
2037
2038
enum :
2038
2039
- _abc
2039
2040
- -efg
2040
2041
- (xyz)
2041
- default : -efg
2042
2042
enum_query_double :
2043
2043
type : number
2044
2044
description : Query parameter enum test (double)
You can’t perform that action at this time.
0 commit comments