We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c7528b commit ab893a1Copy full SHA for ab893a1
1 file changed
deployment/cre/capabilities_registry/v2/changeset/operations/contracts/update_don.go
@@ -71,11 +71,11 @@ type UpdateDONOutput struct {
71
72
// CapabilityConfig is a struct that holds a capability and its configuration
73
type CapabilityConfig struct {
74
- Capability Capability
+ Capability Capability `json:"capability" yaml:"capability"`
75
// Config is the capability configuration. It will be marshalled to proto config.
76
// It is untyped here because is has to be deserialized from JSON/YAML for any possible capability
77
// If nil, a default config based on the capability type is used
78
- Config map[string]any
+ Config map[string]any `json:"config" yaml:"config"`
79
}
80
81
type Capability struct {
0 commit comments