File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,8 @@ sub generate_sdk {
109
109
my $cmd = " $generator_cmd generate " .
110
110
" -i '$spec_file ' " .
111
111
" -g '$language ' " .
112
- " -o '$output_path '" ;
112
+ " -o '$output_path ' " .
113
+ " --skip-validate-spec" ;
113
114
114
115
# Add language-specific options
115
116
my $additional_props = get_additional_properties($language );
Original file line number Diff line number Diff line change 23
23
type : object
24
24
annotations :
25
25
type : object
26
- secuity :
26
+ security :
27
27
- Admin :
28
28
- cloud_controller.admin
29
29
responses :
69
69
in : query
70
70
schema :
71
71
type : string
72
- secuity :
72
+ security :
73
73
- Admin :
74
74
- cloud_controller.admin
75
75
responses :
@@ -127,7 +127,7 @@ paths:
127
127
type : object
128
128
annotations :
129
129
type : object
130
- secuity :
130
+ security :
131
131
- Admin :
132
132
- cloud_controller.admin
133
133
- OrgManager :
@@ -148,7 +148,7 @@ paths:
148
148
required : true
149
149
schema :
150
150
type : string
151
- secuity :
151
+ security :
152
152
- Admin :
153
153
- cloud_controller.admin
154
154
responses :
@@ -180,7 +180,7 @@ paths:
180
180
properties :
181
181
guid :
182
182
type : string
183
- secuity :
183
+ security :
184
184
- Admin :
185
185
- cloud_controller.admin
186
186
- OrgManager :
You can’t perform that action at this time.
0 commit comments