Skip to content

Commit 998358c

Browse files
authored
fix: Generate CloudQuery Go API Client from spec.json (#289)
This PR was created by a scheduled workflow to generate the CloudQuery Go API Client from `spec.json`
1 parent f942abe commit 998358c

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
lines changed

models.gen.go

Lines changed: 12 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11488,13 +11488,17 @@
1148811488
"x-go-name" : "InstallationID"
1148911489
},
1149011490
"user_additions" : {
11491-
"items" : { }
11491+
"items" : {
11492+
"type" : "string"
11493+
},
11494+
"x-go-type-skip-optional-pointer" : true
1149211495
},
1149311496
"user_removals" : {
11494-
"items" : { }
11497+
"items" : { },
11498+
"x-go-type-skip-optional-pointer" : true
1149511499
}
1149611500
},
11497-
"required" : [ "installation_id", "user_additions", "user_removals" ]
11501+
"required" : [ "installation_id" ]
1149811502
},
1149911503
"UsageIncrease_tables_inner" : {
1150011504
"properties" : {

0 commit comments

Comments
 (0)