Skip to content

Commit 57c9a3e

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

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

models.gen.go

Lines changed: 9 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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4440,6 +4440,10 @@
44404440
"description": "Title of the table",
44414441
"type": "string",
44424442
"example": "AWS S3 Buckets"
4443+
},
4444+
"is_paid": {
4445+
"description": "Whether the table is paid",
4446+
"type": "boolean"
44434447
}
44444448
},
44454449
"title": "CloudQuery Plugin Table",
@@ -4529,6 +4533,10 @@
45294533
"type": "string",
45304534
"example": "AWS S3 Buckets"
45314535
},
4536+
"is_paid": {
4537+
"description": "Whether the table is paid",
4538+
"type": "boolean"
4539+
},
45324540
"columns": {
45334541
"type": "array",
45344542
"items": {
@@ -4583,6 +4591,10 @@
45834591
"title": {
45844592
"description": "Title of the table",
45854593
"type": "string"
4594+
},
4595+
"is_paid": {
4596+
"description": "Whether the table is paid",
4597+
"type": "boolean"
45864598
}
45874599
},
45884600
"type": "object"

0 commit comments

Comments
 (0)