Skip to content

Commit ded4693

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spec.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7013,9 +7013,10 @@
70137013
},
70147014
"checksum" : {
70157015
"description" : "SHA1 checksum of image",
7016+
"maxLength" : 40,
7017+
"minLength" : 40,
70167018
"pattern" : "^[a-f0-9]+$",
7017-
"type" : "string",
7018-
"length" : 40
7019+
"type" : "string"
70197020
}
70207021
},
70217022
"required" : [ "checksum", "name" ],

0 commit comments

Comments
 (0)