softplayer-helm-lib/charts/workload/values.schema.json

16 lines
276 B
JSON
Raw Normal View History

2024-05-19 18:24:23 +00:00
{
"additionalProperties": false,
"properties": {
"global": {
"additionalProperties": false,
"title": "global",
"type": "object"
}
},
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"required": [
"global"
]
}