Skip to content

Commit c6a75cd

Browse files
Google APIscopybara-github
authored andcommitted
feat: new field additional_properties is added to message .google.cloud.aiplatform.v1beta1.Schema
PiperOrigin-RevId: 757839731
1 parent 86471f8 commit c6a75cd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

google/cloud/aiplatform/v1beta1/openapi.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,11 @@ message Schema {
139139
// subschemas in the list.
140140
repeated Schema any_of = 11 [(google.api.field_behavior) = OPTIONAL];
141141

142+
// Optional. Can either be a boolean or an object; controls the presence of
143+
// additional properties.
144+
google.protobuf.Value additional_properties = 26
145+
[(google.api.field_behavior) = OPTIONAL];
146+
142147
// Optional. Allows indirect references between schema nodes. The value should
143148
// be a valid reference to a child of the root `defs`.
144149
//

0 commit comments

Comments
 (0)