12 lines
327 B
JSON
12 lines
327 B
JSON
{
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"global": {
|
|
"description": "Global values are values that can be accessed from any chart or subchart by exactly the same name.",
|
|
"title": "global",
|
|
"type": "object"
|
|
}
|
|
},
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object"
|
|
} |