package schema type Ceci struct { Name string `json:"name"` Config interface{} `json:"config"` }