Skip to content

Commit

Permalink
change isRequired to required
Browse files Browse the repository at this point in the history
  • Loading branch information
HuixinLai committed Nov 4, 2023
1 parent 1b5ac08 commit c5c2c6d
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 61 deletions.
118 changes: 59 additions & 59 deletions cli/bpmetadata/bpmetadata_ui.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/bpmetadata/proto/bpmetadata_ui.proto
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ message DisplayVariable {
int32 level = 18; // @gotags: json:"level,omitempty" yaml:"level,omitempty"

// Whether the property is required for the deployment or not.
bool is_required = 19; // @gotags: json:"isRequired,omitempty" yaml:"isRequired,omitempty"
bool required = 19; // @gotags: json:"required,omitempty" yaml:"required,omitempty"
}

message ValueLabel {
Expand Down
2 changes: 1 addition & 1 deletion cli/bpmetadata/schema/gcp-blueprint-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@
"level": {
"type": "integer"
},
"isRequired": {
"required": {
"type": "boolean"
}
},
Expand Down

0 comments on commit c5c2c6d

Please sign in to comment.