We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9446c1b commit 56a48c4Copy full SHA for 56a48c4
pkg/openservicebroker/api/types.go
@@ -42,8 +42,8 @@ type Plan struct {
42
}
43
44
type Schema struct {
45
- ServiceInstances ServiceInstances `json:"service-instances,omitempty"`
46
- ServiceBindings ServiceBindings `json:"service-bindings,omitempty"`
+ ServiceInstances ServiceInstances `json:"service_instances,omitempty"`
+ ServiceBindings ServiceBindings `json:"service_bindings,omitempty"`
47
48
49
type ServiceInstances struct {
0 commit comments