Skip to content

Commit 081b74b

Browse files
committed
update oas
1 parent 7ca6bce commit 081b74b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

services/api-server/openapi.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5679,6 +5679,8 @@
56795679
"anyOf": [
56805680
{
56815681
"type": "string",
5682+
"maxLength": 2083,
5683+
"minLength": 1,
56825684
"format": "uri"
56835685
},
56845686
{
@@ -5692,6 +5694,8 @@
56925694
"anyOf": [
56935695
{
56945696
"type": "string",
5697+
"maxLength": 2083,
5698+
"minLength": 1,
56955699
"format": "uri"
56965700
},
56975701
{
@@ -5705,6 +5709,8 @@
57055709
"anyOf": [
57065710
{
57075711
"type": "string",
5712+
"maxLength": 2083,
5713+
"minLength": 1,
57085714
"format": "uri"
57095715
},
57105716
{
@@ -5886,6 +5892,8 @@
58865892
"anyOf": [
58875893
{
58885894
"type": "string",
5895+
"maxLength": 2083,
5896+
"minLength": 1,
58895897
"format": "uri"
58905898
},
58915899
{
@@ -6189,11 +6197,15 @@
61896197
},
61906198
"docs_url": {
61916199
"type": "string",
6200+
"maxLength": 2083,
6201+
"minLength": 1,
61926202
"format": "uri",
61936203
"title": "Docs Url"
61946204
},
61956205
"docs_dev_url": {
61966206
"type": "string",
6207+
"maxLength": 2083,
6208+
"minLength": 1,
61976209
"format": "uri",
61986210
"title": "Docs Dev Url"
61996211
}
@@ -6717,6 +6729,8 @@
67176729
"anyOf": [
67186730
{
67196731
"type": "string",
6732+
"maxLength": 2083,
6733+
"minLength": 1,
67206734
"format": "uri"
67216735
},
67226736
{

0 commit comments

Comments
 (0)