Skip to content

Commit

Permalink
update catalog oas
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis committed Dec 9, 2024
1 parent d60ab4f commit a00f234
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion services/catalog/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down Expand Up @@ -2843,7 +2849,10 @@
"thumbnail": {
"anyOf": [
{
"type": "string"
"type": "string",
"maxLength": 2083,
"minLength": 1,
"format": "uri"
},
{
"type": "null"
Expand Down

0 comments on commit a00f234

Please sign in to comment.