Skip to content

Commit

Permalink
fix: Generate CloudQuery Go API Client from spec.json (#239)
Browse files Browse the repository at this point in the history
This PR was created by a scheduled workflow to generate the CloudQuery Go API Client from `spec.json`
  • Loading branch information
cq-bot authored Sep 6, 2024
1 parent 02a1381 commit 7a6847b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,8 @@
"description" : "RFC 8631 compliant link relation information",
"explode" : false,
"schema" : {
"items" : {
"example" : "<https://api-docs.cloudquery.io>; rel=\"service-doc\"",
"type" : "string"
},
"type" : "array"
"example" : "<https://api-docs.cloudquery.io>; rel=\"service-doc\"",
"type" : "string"
},
"style" : "simple"
}
Expand Down

0 comments on commit 7a6847b

Please sign in to comment.