package schema type Array struct { Start int `json:"start"` End int `json:"end"` Values []any `json:"values"` }