File tree Expand file tree Collapse file tree 2 files changed +1
-35
lines changed Expand file tree Collapse file tree 2 files changed +1
-35
lines changed Original file line number Diff line number Diff line change 3116
3116
"PluginDocsPageName" : {
3117
3117
"description" : " The unique name for the plugin documentation page." ,
3118
3118
"maxLength" : 255 ,
3119
- "pattern" : " ^[a-z](-?[a-z0-9]+) +$" ,
3119
+ "pattern" : " ^[\\ w, \\ s-] +$" ,
3120
3120
"type" : " string" ,
3121
3121
"example" : " overview"
3122
3122
},
3125
3125
"description" : " CloudQuery Plugin Documentation Page" ,
3126
3126
"required" : [
3127
3127
" name" ,
3128
- " title" ,
3129
3128
" content"
3130
3129
],
3131
3130
"properties" : {
3132
3131
"name" : {
3133
3132
"$ref" : " #/components/schemas/PluginDocsPageName"
3134
3133
},
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
- },
3145
3134
"content" : {
3146
3135
"type" : " string" ,
3147
3136
"description" : " The content of the documentation page. Supports markdown." ,
3156
3145
"description" : " CloudQuery Plugin Documentation Page" ,
3157
3146
"required" : [
3158
3147
" name" ,
3159
- " title" ,
3160
3148
" content"
3161
3149
],
3162
3150
"properties" : {
3163
3151
"name" : {
3164
3152
"$ref" : " #/components/schemas/PluginDocsPageName"
3165
3153
},
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
- },
3176
3154
"content" : {
3177
3155
"type" : " string" ,
3178
3156
"description" : " The content of the documentation page. Supports markdown." ,
You can’t perform that action at this time.
0 commit comments