Skip to content

Commit

Permalink
fix(catalog): add missing dependencyOf field to Resource spec
Browse files Browse the repository at this point in the history
  • Loading branch information
odsod committed Jul 4, 2023
1 parent b99d113 commit 22496b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions catalog/spec_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ type ResourceSpec struct {
System string `json:"system,omitempty"`
// An array of entity references to the resources and resources that the resource depends on.
DependsOn []string `json:"dependsOn,omitempty"`
// An array of entity references to the components and resources that the resource is a dependency of.
DependencyOf []string `json:"dependencyOf,omitempty"`
}

0 comments on commit 22496b1

Please sign in to comment.