From c4220b67e2d19341d5786b1e6c0bccb48c93ccea Mon Sep 17 00:00:00 2001 From: Cyborus Date: Sun, 4 Aug 2024 12:08:11 -0400 Subject: fix: add url format to new definitions --- swagger.v1.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/swagger.v1.json b/swagger.v1.json index 0ad38a8..4fe69c0 100644 --- a/swagger.v1.json +++ b/swagger.v1.json @@ -17022,6 +17022,7 @@ }, "url": { "type": "string", + "format": "url", "x-go-name": "URL" }, "workflow_id": { @@ -17899,6 +17900,7 @@ }, "target_url": { "type": "string", + "format": "url", "x-go-name": "TargetURL" }, "updated_at": { @@ -22247,6 +22249,7 @@ }, "html_url": { "type": "string", + "format": "url", "x-go-name": "HTMLURL" }, "merged": { @@ -23643,6 +23646,7 @@ "html_url": { "description": "URL to the user's gitea page", "type": "string", + "format": "url", "x-go-name": "HTMLURL" }, "id": { -- cgit v1.2.3