Skip to content

Commit

Permalink
feat(devops): add Version in ComponentSchema (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
liujian-bytedance authored Jan 14, 2025
1 parent f699cc9 commit 6dc8db1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devops/model/canvas.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ type ComponentSchema struct {
Config *ConfigSchema `json:"config,omitempty"`
ExtraProperty *ExtraPropertySchema `json:"extra_property,omitempty"`
IsIOTypeMutable bool `json:"is_io_type_mutable"`

Version string `json:"version"`
}

type ConfigSchema struct {
Expand Down

0 comments on commit 6dc8db1

Please sign in to comment.