From 457d95d260d7f78de92f53af5862e034d4a40d2a Mon Sep 17 00:00:00 2001 From: charlesji-msft-teams <83601740+charlesji-msft-teams@users.noreply.github.com> Date: Thu, 16 Nov 2023 17:11:57 -0800 Subject: [PATCH] added response template link to description. (#164) * added response template link to description * fixed type * rephrase --- teams/vDevPreview/MicrosoftTeams.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/vDevPreview/MicrosoftTeams.schema.json b/teams/vDevPreview/MicrosoftTeams.schema.json index b6dec09..e4b8c8f 100644 --- a/teams/vDevPreview/MicrosoftTeams.schema.json +++ b/teams/vDevPreview/MicrosoftTeams.schema.json @@ -587,7 +587,7 @@ }, "apiResponseRenderingTemplateFile": { "$ref": "#/definitions/relativePath", - "description": "A relative file path for api response rendering template file." + "description": "A relative file path for api response rendering template file. The schema of the file can be referred to in this link:'https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.ResponseRenderingTemplate.schema.json'." }, "context": { "type": "array",