package schema type Global struct { Name string `json:"name"` Variables []*Variable `json:"variables"` }