diff --git a/internal/definitions/firewall/rule.go b/internal/definitions/firewall/rule.go index 28a72aa..0740935 100644 --- a/internal/definitions/firewall/rule.go +++ b/internal/definitions/firewall/rule.go @@ -3,7 +3,6 @@ package firewall import "encoding/json" type Rule struct { - ID uint64 `json:"id" validate:"required,gt=0"` Name string `json:"name" validate:"required"` Match Match `json:"match" validate:"required,dive"` Comment string `json:"comment,omitempty"`