From a00f23439ef497ce2d754683ec2f64ceda8f4c5c Mon Sep 17 00:00:00 2001 From: Mads Bisgaard Date: Mon, 9 Dec 2024 16:10:04 +0100 Subject: [PATCH] update catalog oas --- services/catalog/openapi.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/services/catalog/openapi.json b/services/catalog/openapi.json index 5f5204053cd..ad9422734c8 100644 --- a/services/catalog/openapi.json +++ b/services/catalog/openapi.json @@ -628,11 +628,17 @@ }, "image": { "type": "string", + "maxLength": 2083, + "minLength": 1, + "format": "uri", "title": "Image", "description": "Url to the badge" }, "url": { "type": "string", + "maxLength": 2083, + "minLength": 1, + "format": "uri", "title": "Url", "description": "Link to the status" } @@ -2843,7 +2849,10 @@ "thumbnail": { "anyOf": [ { - "type": "string" + "type": "string", + "maxLength": 2083, + "minLength": 1, + "format": "uri" }, { "type": "null"