Skip to content

Commit

Permalink
updates oas
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Nov 27, 2024
1 parent b4ba638 commit bd3b845
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions services/catalog/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "simcore-service-catalog",
"description": "Manages and maintains a catalog of all published components (e.g. macro-algorithms, scripts, etc)",
"version": "0.5.0"
"version": "0.6.0"
},
"paths": {
"/": {
Expand Down Expand Up @@ -628,17 +628,11 @@
},
"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"
}
Expand Down Expand Up @@ -3082,7 +3076,8 @@
"type": "null"
}
],
"title": "Owner"
"title": "Owner",
"description": "None when the owner email cannot be found in the database"
}
},
"type": "object",
Expand Down Expand Up @@ -3549,7 +3544,10 @@
"thumbnail": {
"anyOf": [
{
"type": "string"
"type": "string",
"maxLength": 2083,
"minLength": 1,
"format": "uri"
},
{
"type": "null"
Expand Down

0 comments on commit bd3b845

Please sign in to comment.