Skip to content

Commit b68800f

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

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
@@ -9663,8 +9663,9 @@
96639663
"example" : "Human Readable Name",
96649664
"maxLength" : 255,
96659665
"minLength" : 1,
9666-
"pattern" : "^[a-zA-Z\\p{L}\\p{N}_][a-zA-Z\\p{L}\\p{N}_ \\-']*$",
9667-
"type" : "string"
9666+
"pattern" : "^[a-zA-Z\\p{L}\\p{N}_][a-zA-Z\\p{L}\\p{N}_ \\-'\\(\\)\\[\\]]*$",
9667+
"type" : "string",
9668+
"x-pattern-message" : "can contain only letters, numbers, spaces, hyphens, underscores, brackets and apostrophes"
96689669
},
96699670
"PromoteSyncSourceTestConnection" : {
96709671
"description" : "Sync Source Definition",

0 commit comments

Comments
 (0)