Skip to content

Commit

Permalink
Add compatibility field to the v2 proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
tadaskay committed Mar 30, 2021
1 parent a7b9d41 commit ea81de1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proposal/v2/proposal.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const Format = "service-proposal/v2"

type Proposal struct {
Format string `json:"format"`
Compatibility int `json:"compatibility"`
ProviderID string `json:"provider_id"`
ServiceType string `json:"service_type"`
Location Location `json:"location"`
Expand Down

0 comments on commit ea81de1

Please sign in to comment.