mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Update specs
This commit is contained in:
parent
57717f4690
commit
644c18fc69
2 changed files with 24 additions and 0 deletions
|
|
@ -37552,6 +37552,16 @@
|
|||
"description": "Site Template Name.",
|
||||
"x-example": "Starter site"
|
||||
},
|
||||
"demoUrl": {
|
||||
"type": "string",
|
||||
"description": "URL hosting a template demo.",
|
||||
"x-example": "https:\/\/nextjs-starter.appwrite.network\/"
|
||||
},
|
||||
"demoImage": {
|
||||
"type": "string",
|
||||
"description": "File URL with preview screenshot.",
|
||||
"x-example": "https:\/\/cloud.appwrite.io\/images\/sites\/nextjs-starter.png"
|
||||
},
|
||||
"useCases": {
|
||||
"type": "array",
|
||||
"description": "Site use cases.",
|
||||
|
|
@ -37600,6 +37610,8 @@
|
|||
"required": [
|
||||
"key",
|
||||
"name",
|
||||
"demoUrl",
|
||||
"demoImage",
|
||||
"useCases",
|
||||
"frameworks",
|
||||
"vcsProvider",
|
||||
|
|
|
|||
|
|
@ -38106,6 +38106,16 @@
|
|||
"description": "Site Template Name.",
|
||||
"x-example": "Starter site"
|
||||
},
|
||||
"demoUrl": {
|
||||
"type": "string",
|
||||
"description": "URL hosting a template demo.",
|
||||
"x-example": "https:\/\/nextjs-starter.appwrite.network\/"
|
||||
},
|
||||
"demoImage": {
|
||||
"type": "string",
|
||||
"description": "File URL with preview screenshot.",
|
||||
"x-example": "https:\/\/cloud.appwrite.io\/images\/sites\/nextjs-starter.png"
|
||||
},
|
||||
"useCases": {
|
||||
"type": "array",
|
||||
"description": "Site use cases.",
|
||||
|
|
@ -38156,6 +38166,8 @@
|
|||
"required": [
|
||||
"key",
|
||||
"name",
|
||||
"demoUrl",
|
||||
"demoImage",
|
||||
"useCases",
|
||||
"frameworks",
|
||||
"vcsProvider",
|
||||
|
|
|
|||
Loading…
Reference in a new issue