We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d60ab4f commit a00f234Copy full SHA for a00f234
services/catalog/openapi.json
@@ -628,11 +628,17 @@
628
},
629
"image": {
630
"type": "string",
631
+ "maxLength": 2083,
632
+ "minLength": 1,
633
+ "format": "uri",
634
"title": "Image",
635
"description": "Url to the badge"
636
637
"url": {
638
639
640
641
642
"title": "Url",
643
"description": "Link to the status"
644
}
@@ -2843,7 +2849,10 @@
2843
2849
"thumbnail": {
2844
2850
"anyOf": [
2845
2851
{
2846
- "type": "string"
2852
+ "type": "string",
2853
2854
2855
+ "format": "uri"
2847
2856
2848
2857
2858
"type": "null"
0 commit comments