Skip to content

Commit bd3b845

Browse files
committed
updates oas
1 parent b4ba638 commit bd3b845

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

services/catalog/openapi.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "simcore-service-catalog",
55
"description": "Manages and maintains a catalog of all published components (e.g. macro-algorithms, scripts, etc)",
6-
"version": "0.5.0"
6+
"version": "0.6.0"
77
},
88
"paths": {
99
"/": {
@@ -628,17 +628,11 @@
628628
},
629629
"image": {
630630
"type": "string",
631-
"maxLength": 2083,
632-
"minLength": 1,
633-
"format": "uri",
634631
"title": "Image",
635632
"description": "Url to the badge"
636633
},
637634
"url": {
638635
"type": "string",
639-
"maxLength": 2083,
640-
"minLength": 1,
641-
"format": "uri",
642636
"title": "Url",
643637
"description": "Link to the status"
644638
}
@@ -3082,7 +3076,8 @@
30823076
"type": "null"
30833077
}
30843078
],
3085-
"title": "Owner"
3079+
"title": "Owner",
3080+
"description": "None when the owner email cannot be found in the database"
30863081
}
30873082
},
30883083
"type": "object",
@@ -3549,7 +3544,10 @@
35493544
"thumbnail": {
35503545
"anyOf": [
35513546
{
3552-
"type": "string"
3547+
"type": "string",
3548+
"maxLength": 2083,
3549+
"minLength": 1,
3550+
"format": "uri"
35533551
},
35543552
{
35553553
"type": "null"

0 commit comments

Comments
 (0)