From 96f6e3544d736401b6f1b67ff96562b02db8ace6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Bou=C3=A7as?= Date: Mon, 24 Nov 2025 19:29:03 +0000 Subject: [PATCH] feat: add `skew_protection_token` field to spec --- go/models/deploy.go | 3 +++ swagger.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/go/models/deploy.go b/go/models/deploy.go index 72d6e1ee..5f1ba273 100644 --- a/go/models/deploy.go +++ b/go/models/deploy.go @@ -87,6 +87,9 @@ type Deploy struct { // site id SiteID string `json:"site_id,omitempty"` + // skew protection token + SkewProtectionToken string `json:"skew_protection_token,omitempty"` + // skipped Skipped bool `json:"skipped,omitempty"` diff --git a/swagger.yml b/swagger.yml index f20b4f72..9723e228 100644 --- a/swagger.yml +++ b/swagger.yml @@ -3768,6 +3768,8 @@ definitions: type: string framework: type: string + skew_protection_token: + type: string function_schedules: type: array items: