Skip to content

Commit e60b148

Browse files
committed
First successful generation of go sdk.
1 parent 078994c commit e60b148

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

bin/gen

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ sub generate_sdk {
109109
my $cmd = "$generator_cmd generate " .
110110
"-i '$spec_file' " .
111111
"-g '$language' " .
112-
"-o '$output_path'";
112+
"-o '$output_path' " .
113+
"--skip-validate-spec";
113114

114115
# Add language-specific options
115116
my $additional_props = get_additional_properties($language);

capi/3.195.0/organizations.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ paths:
2323
type: object
2424
annotations:
2525
type: object
26-
secuity:
26+
security:
2727
- Admin:
2828
- cloud_controller.admin
2929
responses:
@@ -69,7 +69,7 @@ paths:
6969
in: query
7070
schema:
7171
type: string
72-
secuity:
72+
security:
7373
- Admin:
7474
- cloud_controller.admin
7575
responses:
@@ -127,7 +127,7 @@ paths:
127127
type: object
128128
annotations:
129129
type: object
130-
secuity:
130+
security:
131131
- Admin:
132132
- cloud_controller.admin
133133
- OrgManager:
@@ -148,7 +148,7 @@ paths:
148148
required: true
149149
schema:
150150
type: string
151-
secuity:
151+
security:
152152
- Admin:
153153
- cloud_controller.admin
154154
responses:
@@ -180,7 +180,7 @@ paths:
180180
properties:
181181
guid:
182182
type: string
183-
secuity:
183+
security:
184184
- Admin:
185185
- cloud_controller.admin
186186
- OrgManager:

0 commit comments

Comments
 (0)