Skip to content

Commit d0bebc8

Browse files
yoshi-automationquirogas
authored andcommitted
fix(documentai): update the API
#### documentai:v1 The following keys were changed: - schemas.GoogleCloudDocumentaiV1NextSchema.properties.displayName.description - schemas.GoogleCloudDocumentaiV1SchemaVersion.properties.displayName.description
1 parent fb18b87 commit d0bebc8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

discovery/documentai-v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,7 @@
13941394
}
13951395
}
13961396
},
1397-
"revision": "20251202",
1397+
"revision": "20251209",
13981398
"rootUrl": "https://documentai.googleapis.com/",
13991399
"schemas": {
14001400
"CloudAiDocumentaiLabHifiaToolsValidationValidatorInput": {
@@ -6008,7 +6008,7 @@
60086008
"type": "string"
60096009
},
60106010
"displayName": {
6011-
"description": "Optional. The user-defined name of the Schema.",
6011+
"description": "Required. The user-defined name of the Schema.",
60126012
"type": "string"
60136013
},
60146014
"labels": {
@@ -6780,7 +6780,7 @@
67806780
"type": "string"
67816781
},
67826782
"displayName": {
6783-
"description": "Optional. The user-defined name of the SchemaVersion.",
6783+
"description": "Required. The user-defined name of the SchemaVersion.",
67846784
"type": "string"
67856785
},
67866786
"labels": {

src/apis/documentai/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4344,7 +4344,7 @@ export namespace documentai_v1 {
43444344
*/
43454345
createTime?: string | null;
43464346
/**
4347-
* Optional. The user-defined name of the Schema.
4347+
* Required. The user-defined name of the Schema.
43484348
*/
43494349
displayName?: string | null;
43504350
/**
@@ -4895,7 +4895,7 @@ export namespace documentai_v1 {
48954895
*/
48964896
createTime?: string | null;
48974897
/**
4898-
* Optional. The user-defined name of the SchemaVersion.
4898+
* Required. The user-defined name of the SchemaVersion.
48994899
*/
49004900
displayName?: string | null;
49014901
/**

0 commit comments

Comments
 (0)