You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/intake/v1beta/intake.json
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -166,6 +166,7 @@
166
166
"description": "The display name is a short name chosen by the user to identify the resource.",
167
167
"maxLength": 32,
168
168
"minLength": 1,
169
+
"pattern": "^[\\p{L}\\p{N} -]{1,32}$",
169
170
"type": "string"
170
171
},
171
172
"labels": {
@@ -202,6 +203,7 @@
202
203
"description": "The display name is a short name chosen by the user to identify the resource.",
203
204
"maxLength": 32,
204
205
"minLength": 1,
206
+
"pattern": "^[\\p{L}\\p{N} -]{1,32}$",
205
207
"type": "string"
206
208
},
207
209
"labels": {
@@ -213,8 +215,9 @@
213
215
"type": "object"
214
216
},
215
217
"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",
217
219
"maxLength": 128,
220
+
"minLength": 12,
218
221
"type": "string"
219
222
},
220
223
"type": {
@@ -240,6 +243,7 @@
240
243
"description": "The display name is a short name chosen by the user to identify the resource.",
241
244
"maxLength": 32,
242
245
"minLength": 1,
246
+
"pattern": "^[\\p{L}\\p{N} -]{1,32}$",
243
247
"type": "string"
244
248
},
245
249
"intakeRunnerId": {
@@ -326,7 +330,7 @@
326
330
"tableName": {
327
331
"description": "The table name is a short name chosen by the user to identify the table in Iceberg.",
328
332
"example": "my-table",
329
-
"maxLength": 32,
333
+
"maxLength": 1024,
330
334
"minLength": 1,
331
335
"type": "string"
332
336
},
@@ -362,7 +366,7 @@
362
366
},
363
367
"tableName": {
364
368
"description": "The table name is a short name chosen by the user to identify the table in Iceberg.",
365
-
"maxLength": 32,
369
+
"maxLength": 1024,
366
370
"minLength": 1,
367
371
"type": "string"
368
372
},
@@ -768,7 +772,7 @@
768
772
"info": {
769
773
"description": "This API provides endpoints for managing Intakes.\n",
0 commit comments