From 692a4ff41ced7f83d3fca16ccaf57132cfaf9819 Mon Sep 17 00:00:00 2001 From: Mohd Uzair Date: Mon, 8 Jul 2024 18:02:11 +0530 Subject: [PATCH] Update WASMFilter.json Signed-off-by: Mohd Uzair --- definitions/meshery-core/0.7.2/components/WASMFilter.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/definitions/meshery-core/0.7.2/components/WASMFilter.json b/definitions/meshery-core/0.7.2/components/WASMFilter.json index 43810ca626..7e5d866845 100644 --- a/definitions/meshery-core/0.7.2/components/WASMFilter.json +++ b/definitions/meshery-core/0.7.2/components/WASMFilter.json @@ -54,6 +54,7 @@ }, "component": { "kind": "WASMFilter", - "version": "core.meshery.io/v1alpha1" + "version": "core.meshery.io/v1alpha1", + "schema": "{\"properties\":{\"wasmFilter\":{\"description\":\"Location (URL) of WASM filter accessible by Istio/Kubernetes.\",\"type\":\"string\"},\"config\":{\"description\":\"Configuration of the `spec.configPatches.patch.value` of the Istio Envoy Filter resource for your specific filter.\",\"type\":\"string\",\"format\":\"textarea\"}},\"required\":[\"wasmFilter\"],\"title\":\"WASM Filter\",\"type\":\"object\"}" } -} \ No newline at end of file +}