Skip to content

Commit

Permalink
Add field mask to template validation
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansmares committed May 5, 2023
1 parent 0657c57 commit a114846
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schema/lorawan_webhook_templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ type WebhookTemplate struct {
Fields []WebhookTemplateField `yaml:"fields,omitempty"`
CreateDownlinkAPIKey bool `yaml:"create-downlink-api-key"`
Paths WebhookTemplatePaths `yaml:"paths,omitempty"`
FieldMask []string `yaml:"field-mask,omitempty"`
}

// WebhookTemplatePaths defines optional paths for each upstream message type.
Expand Down

0 comments on commit a114846

Please sign in to comment.