This commit is contained in:
Atharva Deosthale
2025-09-18 12:28:08 +05:30
parent de8538b622
commit 8e32fb05d1
4 changed files with 104 additions and 76 deletions
+24 -16
View File
@@ -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"
]
}
}
+24 -16
View File
@@ -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"
]
}
}
+28 -22
View File
@@ -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"
]
}
}
+28 -22
View File
@@ -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"
]
}
}