type RecordSchema struct {
Type string `json:"type"`
Name string `json:"name"`
Namespace string `json:"namespace"`
//shouldn't set directly to this field, only read and for json export Fields []Field `json:"fields"`
ConnectName string `json:"connect.name"`
}