mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
specs
This commit is contained in:
@@ -12927,15 +12927,17 @@
|
||||
"description": "Path to function code in the template repo.",
|
||||
"x-example": "<ROOT_DIRECTORY>"
|
||||
},
|
||||
"version": {
|
||||
"type": "string",
|
||||
"description": "Version (tag) for the repo linked to the function template.",
|
||||
"x-example": "<VERSION>"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"description": "Type for the reference provided. Can be commit, branch, or version",
|
||||
"x-example": "<TYPE>"
|
||||
"description": "Type for the reference provided. Can be commit, branch, or tag",
|
||||
"x-example": "commit",
|
||||
"enum": [
|
||||
"commit",
|
||||
"branch",
|
||||
"tag"
|
||||
],
|
||||
"x-enum-name": null,
|
||||
"x-enum-keys": []
|
||||
},
|
||||
"reference": {
|
||||
"type": "string",
|
||||
@@ -12951,7 +12953,9 @@
|
||||
"required": [
|
||||
"repository",
|
||||
"owner",
|
||||
"rootDirectory"
|
||||
"rootDirectory",
|
||||
"type",
|
||||
"reference"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -30214,15 +30218,17 @@
|
||||
"description": "Path to site code in the template repo.",
|
||||
"x-example": "<ROOT_DIRECTORY>"
|
||||
},
|
||||
"version": {
|
||||
"type": "string",
|
||||
"description": "Version (tag) for the repo linked to the function template.",
|
||||
"x-example": "<VERSION>"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"description": "Type for the reference provided. Can be commit, branch, or version",
|
||||
"x-example": "<TYPE>"
|
||||
"description": "Type for the reference provided. Can be commit, branch, or tag",
|
||||
"x-example": "branch",
|
||||
"enum": [
|
||||
"branch",
|
||||
"commit",
|
||||
"tag"
|
||||
],
|
||||
"x-enum-name": null,
|
||||
"x-enum-keys": []
|
||||
},
|
||||
"reference": {
|
||||
"type": "string",
|
||||
@@ -30238,7 +30244,9 @@
|
||||
"required": [
|
||||
"repository",
|
||||
"owner",
|
||||
"rootDirectory"
|
||||
"rootDirectory",
|
||||
"type",
|
||||
"reference"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11709,15 +11709,17 @@
|
||||
"description": "Path to function code in the template repo.",
|
||||
"x-example": "<ROOT_DIRECTORY>"
|
||||
},
|
||||
"version": {
|
||||
"type": "string",
|
||||
"description": "Version (tag) for the repo linked to the function template.",
|
||||
"x-example": "<VERSION>"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"description": "Type for the reference provided. Can be commit, branch, or version",
|
||||
"x-example": "<TYPE>"
|
||||
"description": "Type for the reference provided. Can be commit, branch, or tag",
|
||||
"x-example": "commit",
|
||||
"enum": [
|
||||
"commit",
|
||||
"branch",
|
||||
"tag"
|
||||
],
|
||||
"x-enum-name": null,
|
||||
"x-enum-keys": []
|
||||
},
|
||||
"reference": {
|
||||
"type": "string",
|
||||
@@ -11733,7 +11735,9 @@
|
||||
"required": [
|
||||
"repository",
|
||||
"owner",
|
||||
"rootDirectory"
|
||||
"rootDirectory",
|
||||
"type",
|
||||
"reference"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -20921,15 +20925,17 @@
|
||||
"description": "Path to site code in the template repo.",
|
||||
"x-example": "<ROOT_DIRECTORY>"
|
||||
},
|
||||
"version": {
|
||||
"type": "string",
|
||||
"description": "Version (tag) for the repo linked to the function template.",
|
||||
"x-example": "<VERSION>"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"description": "Type for the reference provided. Can be commit, branch, or version",
|
||||
"x-example": "<TYPE>"
|
||||
"description": "Type for the reference provided. Can be commit, branch, or tag",
|
||||
"x-example": "branch",
|
||||
"enum": [
|
||||
"branch",
|
||||
"commit",
|
||||
"tag"
|
||||
],
|
||||
"x-enum-name": null,
|
||||
"x-enum-keys": []
|
||||
},
|
||||
"reference": {
|
||||
"type": "string",
|
||||
@@ -20945,7 +20951,9 @@
|
||||
"required": [
|
||||
"repository",
|
||||
"owner",
|
||||
"rootDirectory"
|
||||
"rootDirectory",
|
||||
"type",
|
||||
"reference"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12925,22 +12925,23 @@
|
||||
"default": null,
|
||||
"x-example": "<ROOT_DIRECTORY>"
|
||||
},
|
||||
"version": {
|
||||
"type": "string",
|
||||
"description": "Version (tag) for the repo linked to the function template.",
|
||||
"default": "",
|
||||
"x-example": "<VERSION>"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"description": "Type for the reference provided. Can be commit, branch, or version",
|
||||
"default": "",
|
||||
"x-example": "<TYPE>"
|
||||
"description": "Type for the reference provided. Can be commit, branch, or tag",
|
||||
"default": null,
|
||||
"x-example": "commit",
|
||||
"enum": [
|
||||
"commit",
|
||||
"branch",
|
||||
"tag"
|
||||
],
|
||||
"x-enum-name": null,
|
||||
"x-enum-keys": []
|
||||
},
|
||||
"reference": {
|
||||
"type": "string",
|
||||
"description": "Reference value, can be a commit hash, branch name, or release tag",
|
||||
"default": "",
|
||||
"default": null,
|
||||
"x-example": "<REFERENCE>"
|
||||
},
|
||||
"activate": {
|
||||
@@ -12953,7 +12954,9 @@
|
||||
"required": [
|
||||
"repository",
|
||||
"owner",
|
||||
"rootDirectory"
|
||||
"rootDirectory",
|
||||
"type",
|
||||
"reference"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -30394,22 +30397,23 @@
|
||||
"default": null,
|
||||
"x-example": "<ROOT_DIRECTORY>"
|
||||
},
|
||||
"version": {
|
||||
"type": "string",
|
||||
"description": "Version (tag) for the repo linked to the function template.",
|
||||
"default": "",
|
||||
"x-example": "<VERSION>"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"description": "Type for the reference provided. Can be commit, branch, or version",
|
||||
"default": "",
|
||||
"x-example": "<TYPE>"
|
||||
"description": "Type for the reference provided. Can be commit, branch, or tag",
|
||||
"default": null,
|
||||
"x-example": "branch",
|
||||
"enum": [
|
||||
"branch",
|
||||
"commit",
|
||||
"tag"
|
||||
],
|
||||
"x-enum-name": null,
|
||||
"x-enum-keys": []
|
||||
},
|
||||
"reference": {
|
||||
"type": "string",
|
||||
"description": "Reference value, can be a commit hash, branch name, or release tag",
|
||||
"default": "",
|
||||
"default": null,
|
||||
"x-example": "<REFERENCE>"
|
||||
},
|
||||
"activate": {
|
||||
@@ -30422,7 +30426,9 @@
|
||||
"required": [
|
||||
"repository",
|
||||
"owner",
|
||||
"rootDirectory"
|
||||
"rootDirectory",
|
||||
"type",
|
||||
"reference"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11732,22 +11732,23 @@
|
||||
"default": null,
|
||||
"x-example": "<ROOT_DIRECTORY>"
|
||||
},
|
||||
"version": {
|
||||
"type": "string",
|
||||
"description": "Version (tag) for the repo linked to the function template.",
|
||||
"default": "",
|
||||
"x-example": "<VERSION>"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"description": "Type for the reference provided. Can be commit, branch, or version",
|
||||
"default": "",
|
||||
"x-example": "<TYPE>"
|
||||
"description": "Type for the reference provided. Can be commit, branch, or tag",
|
||||
"default": null,
|
||||
"x-example": "commit",
|
||||
"enum": [
|
||||
"commit",
|
||||
"branch",
|
||||
"tag"
|
||||
],
|
||||
"x-enum-name": null,
|
||||
"x-enum-keys": []
|
||||
},
|
||||
"reference": {
|
||||
"type": "string",
|
||||
"description": "Reference value, can be a commit hash, branch name, or release tag",
|
||||
"default": "",
|
||||
"default": null,
|
||||
"x-example": "<REFERENCE>"
|
||||
},
|
||||
"activate": {
|
||||
@@ -11760,7 +11761,9 @@
|
||||
"required": [
|
||||
"repository",
|
||||
"owner",
|
||||
"rootDirectory"
|
||||
"rootDirectory",
|
||||
"type",
|
||||
"reference"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -21144,22 +21147,23 @@
|
||||
"default": null,
|
||||
"x-example": "<ROOT_DIRECTORY>"
|
||||
},
|
||||
"version": {
|
||||
"type": "string",
|
||||
"description": "Version (tag) for the repo linked to the function template.",
|
||||
"default": "",
|
||||
"x-example": "<VERSION>"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"description": "Type for the reference provided. Can be commit, branch, or version",
|
||||
"default": "",
|
||||
"x-example": "<TYPE>"
|
||||
"description": "Type for the reference provided. Can be commit, branch, or tag",
|
||||
"default": null,
|
||||
"x-example": "branch",
|
||||
"enum": [
|
||||
"branch",
|
||||
"commit",
|
||||
"tag"
|
||||
],
|
||||
"x-enum-name": null,
|
||||
"x-enum-keys": []
|
||||
},
|
||||
"reference": {
|
||||
"type": "string",
|
||||
"description": "Reference value, can be a commit hash, branch name, or release tag",
|
||||
"default": "",
|
||||
"default": null,
|
||||
"x-example": "<REFERENCE>"
|
||||
},
|
||||
"activate": {
|
||||
@@ -21172,7 +21176,9 @@
|
||||
"required": [
|
||||
"repository",
|
||||
"owner",
|
||||
"rootDirectory"
|
||||
"rootDirectory",
|
||||
"type",
|
||||
"reference"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user