diff --git a/stack.go b/stack.go index d45956450..ff698c84d 100644 --- a/stack.go +++ b/stack.go @@ -69,10 +69,10 @@ type StackList struct { // StackVCSRepo represents the version control system repository for a stack. type StackVCSRepo struct { - Identifier string `jsonapi:"attr,identifier"` - Branch string `jsonapi:"attr,branch,omitempty"` - GHAInstallationID string `jsonapi:"attr,github-app-installation-id,omitempty"` - OAuthTokenID string `jsonapi:"attr,oauth-token-id,omitempty"` + Identifier string `json:"identifier"` + Branch string `json:"branch,omitempty"` + GHAInstallationID string `json:"github-app-installation-id,omitempty"` + OAuthTokenID string `json:"oauth-token-id,omitempty"` } // Stack represents a stack.