addedInput schema / properties / path
Added value: +{
+ "default": "/",
+ "description": "Path to check on the site, from its root. Default `/`. For an API server with no `/` route pass a route that exists, e.g. `/api/health` or `/healthz`.",
+ "title": "Path",
+ "type": "string"
+}
changedInput schema / properties / project / description
Previous value: -"Проект: слаг (`my-site`) или id. Слаг — то, что видно в адресе сайта; если пользователь назвал сайт словами, возьми слаг из `my_projects`."New value: +"The project: its slug (`my-site`) or id, as listed by `my_projects`. The site address works too (`https://clear-garden-vypm.layero.app` or just `clear-garden-vypm`) — note that the address host is NOT always the slug."
addedOutput schema / properties / answered_by
Added value: +{
+ "enum": [
+ "site",
+ "platform",
+ "none"
+ ],
+ "title": "Answered By",
+ "type": "string"
+}
addedOutput schema / properties / branch
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Branch"
+}
addedOutput schema / properties / checked_url
Added value: +{
+ "title": "Checked Url",
+ "type": "string"
+}
addedOutput schema / properties / platform_screen
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Platform Screen"
+}
addedOutput schema / properties / project_type
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Project Type"
+}
addedOutput schema / properties / provider
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Provider"
+}
addedOutput schema / properties / redirect_to
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Redirect To"
+}
addedOutput schema / properties / repo
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Repo"
+}
addedOutput schema / properties / root_directory
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Root Directory"
+}
addedOutput schema / properties / source
Added value: +{
+ "enum": [
+ "git",
+ "cli"
+ ],
+ "title": "Source",
+ "type": "string"
+}
changedOutput schema / required
Previous value: -[
- "project",
- "url",
- "serving",
- "http_code",
- "last_deploy_status",
- "last_deploy_stage",
- "last_error",
- "next_action"
-]New value: +[
+ "project",
+ "url",
+ "source",
+ "serving",
+ "checked_url",
+ "http_code",
+ "answered_by",
+ "last_deploy_status",
+ "last_deploy_stage",
+ "last_error",
+ "next_action"
+]