const (
// Basic is the basic field category, and the default if none is defined. Basic Category = iota// Advanced is the advanced field category. Advanced
// Experimental is the experimental field category. Experimental
// Deprecated is the deprecated field category. Deprecated
)