Skip to content

Commit ca1947b

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

File tree

2 files changed

+1
-35
lines changed

2 files changed

+1
-35
lines changed

models.gen.go

Lines changed: 0 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec.json

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3116,7 +3116,7 @@
31163116
"PluginDocsPageName": {
31173117
"description": "The unique name for the plugin documentation page.",
31183118
"maxLength": 255,
3119-
"pattern": "^[a-z](-?[a-z0-9]+)+$",
3119+
"pattern": "^[\\w,\\s-]+$",
31203120
"type": "string",
31213121
"example": "overview"
31223122
},
@@ -3125,23 +3125,12 @@
31253125
"description": "CloudQuery Plugin Documentation Page",
31263126
"required": [
31273127
"name",
3128-
"title",
31293128
"content"
31303129
],
31313130
"properties": {
31323131
"name": {
31333132
"$ref": "#/components/schemas/PluginDocsPageName"
31343133
},
3135-
"title": {
3136-
"type": "string",
3137-
"description": "The title of the documentation page",
3138-
"example": "Getting Started"
3139-
},
3140-
"ordinal_position": {
3141-
"type": "integer",
3142-
"description": "The position of the page in the documentation",
3143-
"example": 1
3144-
},
31453134
"content": {
31463135
"type": "string",
31473136
"description": "The content of the documentation page. Supports markdown.",
@@ -3156,23 +3145,12 @@
31563145
"description": "CloudQuery Plugin Documentation Page",
31573146
"required": [
31583147
"name",
3159-
"title",
31603148
"content"
31613149
],
31623150
"properties": {
31633151
"name": {
31643152
"$ref": "#/components/schemas/PluginDocsPageName"
31653153
},
3166-
"title": {
3167-
"type": "string",
3168-
"description": "The title of the documentation page",
3169-
"example": "Getting Started"
3170-
},
3171-
"ordinal_position": {
3172-
"type": "integer",
3173-
"description": "The position of the page in the documentation",
3174-
"example": 1
3175-
},
31763154
"content": {
31773155
"type": "string",
31783156
"description": "The content of the documentation page. Supports markdown.",

0 commit comments

Comments
 (0)