Skip to content

Commit 8d921c7

Browse files
OAS Update
1 parent a138163 commit 8d921c7

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

services/intake/v1beta/intake.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
"description": "The display name is a short name chosen by the user to identify the resource.",
167167
"maxLength": 32,
168168
"minLength": 1,
169+
"pattern": "^[\\p{L}\\p{N} -]{1,32}$",
169170
"type": "string"
170171
},
171172
"labels": {
@@ -202,6 +203,7 @@
202203
"description": "The display name is a short name chosen by the user to identify the resource.",
203204
"maxLength": 32,
204205
"minLength": 1,
206+
"pattern": "^[\\p{L}\\p{N} -]{1,32}$",
205207
"type": "string"
206208
},
207209
"labels": {
@@ -213,8 +215,9 @@
213215
"type": "object"
214216
},
215217
"password": {
216-
"description": "A password chosen by the user.",
218+
"description": "A password chosen by the user.\n\nThe password must consist of at least of each of these categories:\n* lower case letter\n* upper case letter\n* number\n* other character\n",
217219
"maxLength": 128,
220+
"minLength": 12,
218221
"type": "string"
219222
},
220223
"type": {
@@ -240,6 +243,7 @@
240243
"description": "The display name is a short name chosen by the user to identify the resource.",
241244
"maxLength": 32,
242245
"minLength": 1,
246+
"pattern": "^[\\p{L}\\p{N} -]{1,32}$",
243247
"type": "string"
244248
},
245249
"intakeRunnerId": {
@@ -326,7 +330,7 @@
326330
"tableName": {
327331
"description": "The table name is a short name chosen by the user to identify the table in Iceberg.",
328332
"example": "my-table",
329-
"maxLength": 32,
333+
"maxLength": 1024,
330334
"minLength": 1,
331335
"type": "string"
332336
},
@@ -362,7 +366,7 @@
362366
},
363367
"tableName": {
364368
"description": "The table name is a short name chosen by the user to identify the table in Iceberg.",
365-
"maxLength": 32,
369+
"maxLength": 1024,
366370
"minLength": 1,
367371
"type": "string"
368372
},
@@ -768,7 +772,7 @@
768772
"info": {
769773
"description": "This API provides endpoints for managing Intakes.\n",
770774
"title": "STACKIT Intake API",
771-
"version": "1beta.3.2"
775+
"version": "1beta.3.4"
772776
},
773777
"openapi": "3.0.3",
774778
"paths": {

0 commit comments

Comments
 (0)