23 lines
No EOL
455 B
JSON
23 lines
No EOL
455 B
JSON
{
|
|
"title": "Chart Values",
|
|
"type": "object",
|
|
"properties": {
|
|
"subnets": {
|
|
"description": "Subnets of a VPC",
|
|
"type": "object",
|
|
"default": {},
|
|
"additionalProperties": {
|
|
"type": "object",
|
|
"required": [
|
|
"cidr"
|
|
],
|
|
"properties": {
|
|
"cidr": {
|
|
"description": "Subnet CIDR, e.g. 192.168.0.0/24",
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |