Skip to content

Commit 1b3bb9f

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

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

models.gen.go

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

spec.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8752,6 +8752,12 @@
87528752
"example" : "123e4567-e89b-12d3-a456-426614174000",
87538753
"format" : "uuid",
87548754
"type" : "string"
8755+
},
8756+
"installation_id" : {
8757+
"description" : "Installation ID associated with the platform, for platform syncs.",
8758+
"pattern" : "^[a-z0-9]{64}$",
8759+
"type" : "string",
8760+
"x-go-name" : "InstallationID"
87558761
}
87568762
},
87578763
"required" : [ "plugin_kind", "plugin_name", "plugin_team", "request_id", "rows" ],

0 commit comments

Comments
 (0)