Skip to content

Commit 612e02f

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

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7243,6 +7243,10 @@
72437243
"description" : "Arrow Type of the column",
72447244
"type" : "string"
72457245
},
7246+
"type_schema" : {
7247+
"description" : "For columns of type JSON, the schema of the JSON object",
7248+
"type" : "string"
7249+
},
72467250
"unique" : {
72477251
"description" : "Whether the column has a unique constraint",
72487252
"type" : "boolean"

0 commit comments

Comments
 (0)