# Functions
NewPolicyListFromJson creates a PolicyList from the given JSON version.
# Structs
Policy combines a condition with several sets of values that are set if the condition holds true.
PolicyList contains the set of policies.
# Type aliases
Conditions are a set of values that can be compared with a base truth and return true if all of the facets of the condition match.