8 lines
178 B
JSON
8 lines
178 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "boolean",
|
|
"enum": [ "false" ],
|
|
"title": "Disable envoy support",
|
|
"description": "Enabled by default"
|
|
}
|