Skip to content

Commit a00f234

Browse files
committed
update catalog oas
1 parent d60ab4f commit a00f234

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

services/catalog/openapi.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,11 +628,17 @@
628628
},
629629
"image": {
630630
"type": "string",
631+
"maxLength": 2083,
632+
"minLength": 1,
633+
"format": "uri",
631634
"title": "Image",
632635
"description": "Url to the badge"
633636
},
634637
"url": {
635638
"type": "string",
639+
"maxLength": 2083,
640+
"minLength": 1,
641+
"format": "uri",
636642
"title": "Url",
637643
"description": "Link to the status"
638644
}
@@ -2843,7 +2849,10 @@
28432849
"thumbnail": {
28442850
"anyOf": [
28452851
{
2846-
"type": "string"
2852+
"type": "string",
2853+
"maxLength": 2083,
2854+
"minLength": 1,
2855+
"format": "uri"
28472856
},
28482857
{
28492858
"type": "null"

0 commit comments

Comments
 (0)