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 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 },
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." ,
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." ,
You can’t perform that action at this time.
0 commit comments