Skip to content

Commit

Permalink
fix(model): fix wrong field name
Browse files Browse the repository at this point in the history
  • Loading branch information
pinglin committed Jul 15, 2022
1 parent a526b77 commit 1bdf2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vdp/model/v1alpha/model.proto
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ message Input {
// UnspecifiedTaskOutputs represents a list of unspecified task outputs
message UnspecifiedTaskOutputs {
// A list of unspecified task outputs
repeated google.protobuf.Struct RawOutputs = 1
repeated google.protobuf.Struct raw_outputs = 1
[ (google.api.field_behavior) = OUTPUT_ONLY ];
}

Expand Down

0 comments on commit 1bdf2d3

Please sign in to comment.