From 32b85d2c060012750a12c54b3fcee06bcedfd7fc Mon Sep 17 00:00:00 2001 From: Yan Liu <32497439+zxyanliu@users.noreply.github.com> Date: Fri, 23 Oct 2020 13:27:07 -0700 Subject: [PATCH] Update MultiplyDialog.schema --- runtime/dotnet/customaction/Schemas/MultiplyDialog.schema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/dotnet/customaction/Schemas/MultiplyDialog.schema b/runtime/dotnet/customaction/Schemas/MultiplyDialog.schema index e8e651e601..f2928a25aa 100644 --- a/runtime/dotnet/customaction/Schemas/MultiplyDialog.schema +++ b/runtime/dotnet/customaction/Schemas/MultiplyDialog.schema @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/microsoft/botframework-sdk/master/schemas/component/component.schema", + "$schema": "https://schemas.botframework.com/schemas/component/v1.0/component.schema", "$role": "implements(Microsoft.IDialog)", "title": "Multiply", "description": "This will return the result of arg1*arg2",