{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ProxyConfiguration", "type": "object", "properties": { "type": { "type": "string", "description": "The proxy type. The only supported value is APPMESH." }, "containerName": { "type": "string", "description": "The name of the container that will serve as the App Mesh proxy." }, "properties": { "type": "array" } } }