Skip to content

Commit abcb423

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

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

models.gen.go

Lines changed: 2 additions & 2 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 & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,7 +1567,8 @@
15671567
"required": [
15681568
"message",
15691569
"doc",
1570-
"checksum"
1570+
"checksum",
1571+
"plugin_deps"
15711572
],
15721573
"properties": {
15731574
"message": {
@@ -1585,7 +1586,8 @@
15851586
"items": {
15861587
"type": "string"
15871588
},
1588-
"description": "plugin dependencies in the format of ['team_name/kind/plugin_name@version']"
1589+
"description": "plugin dependencies in the format of ['team_name/kind/plugin_name@version']",
1590+
"minItems": 1
15891591
},
15901592
"addon_deps": {
15911593
"type": "array",
@@ -1596,7 +1598,7 @@
15961598
},
15971599
"checksum": {
15981600
"type": "string",
1599-
"description": "SHA-256 checksums for this addon version."
1601+
"description": "SHA-256 checksum for the addon asset"
16001602
}
16011603
}
16021604
}
@@ -4338,8 +4340,7 @@
43384340
"plugin_deps",
43394341
"draft",
43404342
"retracted",
4341-
"checksum",
4342-
"plugin_deps"
4343+
"checksum"
43434344
],
43444345
"properties": {
43454346
"created_at": {

0 commit comments

Comments
 (0)