Skip to content

Commit 7a6847b

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

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

spec.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,8 @@
5858
"description" : "RFC 8631 compliant link relation information",
5959
"explode" : false,
6060
"schema" : {
61-
"items" : {
62-
"example" : "<https://api-docs.cloudquery.io>; rel=\"service-doc\"",
63-
"type" : "string"
64-
},
65-
"type" : "array"
61+
"example" : "<https://api-docs.cloudquery.io>; rel=\"service-doc\"",
62+
"type" : "string"
6663
},
6764
"style" : "simple"
6865
}

0 commit comments

Comments
 (0)