summaryrefslogtreecommitdiff
path: root/internal/configuration/schema/definitions.go
blob: 67297564aa65485470abce9dd04ab92de5c0df1c (plain)
1
2
3
4
5
6
7
package schema

import "net"

type Definitions struct {
	Network map[string][]*net.IPNet `koanf:"network" json:"network" jsonschema:"title=Network Definitions" jsonschema_description:"Networks CIDR ranges that can be utilized elsewhere in the configuration."`
}