Skip to content

Commit

Permalink
added EncType and MediaType to Link (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
akiomik authored and cyberdelia committed Feb 28, 2017
1 parent 6b5e959 commit 7b93371
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,6 @@ type Link struct {
Method string `json:"method,omitempty"`
Schema *Schema `json:"schema,omitempty"`
TargetSchema *Schema `json:"targetSchema,omitempty"`
MediaType string `json:"mediaType,omitempty"`
EncType string `json:"encType,omitempty"`
}

0 comments on commit 7b93371

Please sign in to comment.