Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
pmorie committed May 27, 2017
1 parent 3ae6bcb commit aaac418
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/brokerapi/schemas.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ type Schemas struct {
ServiceBindings *Schema `json:"service_bindings,omitempty"`
}

// Schema represents a plan's schemas for a create and update of an API
// resource.
type Schema struct {
Create interface{} `json:"create,omitempty"`
Update interface{} `json:"update,omitempty"`
Expand Down

0 comments on commit aaac418

Please sign in to comment.