changedInput schema / properties / limit / description
Previous value: -"Сколько последних сборок вернуть. По умолчанию 10."New value: +"How many of the latest builds to return. Default 10, at most 50."
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 / $defs / DeployBrief / properties / commit
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Commit"
+}
addedOutput schema / $defs / DeployBrief / properties / duration_s
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Duration S"
+}
addedOutput schema / $defs / DeployBrief / properties / failure_stage
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Failure Stage"
+}
addedOutput schema / $defs / DeployBrief / properties / finished_at
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Finished At"
+}
addedOutput schema / $defs / DeployBrief / properties / queued_s
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Queued S"
+}
addedOutput schema / $defs / DeployBrief / properties / source
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Source"
+}
addedOutput schema / $defs / DeployBrief / properties / started_at
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Started At"
+}