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",