package utils

// APIField describes a field in the API.
type APIField struct {
	Name string
	JSON string
	Type string
}