Open yngvark opened 2 months ago
Solution (irrelevant of IDE):
"AlbHostRouting": {
"type": "object",
"description": "Add ALB host routing.",
"default": {
"Enable": false,
"Internal": true
},
"properties": {
"Enable": {
"type": "boolean",
"default": false,
"description": "Add ALB host routing222222222222222222222222222."
},
"Internal": {
"type": "boolean",
"default": true
}
},
"required": [
"Enable",
"Internal"
]
},
Some random testing locally:
Unfortunately, IntelliJ does not understand this structure:
Though this works: