Skip to content

Commit f84a9bf

Browse files
Google APIscopybara-github
authored andcommitted
feat: new field additional_properties is added to message .google.cloud.aiplatform.v1.Schema
PiperOrigin-RevId: 757829708
1 parent 4e9e9d2 commit f84a9bf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

google/cloud/aiplatform/v1/openapi.proto

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

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

0 commit comments

Comments
 (0)