From 455817bfb21af205b083d47c623e48c117d8e503 Mon Sep 17 00:00:00 2001 From: "Welter, Felix" <felix.welter@studium.uni-hamburg.de> Date: Mon, 12 Oct 2020 08:40:38 +0200 Subject: [PATCH] Add url as option to text type. --- REQUEST_FORMAT.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/REQUEST_FORMAT.md b/REQUEST_FORMAT.md index 41b3d12..74d43fa 100644 --- a/REQUEST_FORMAT.md +++ b/REQUEST_FORMAT.md @@ -16,7 +16,8 @@ and type-dependent data. e.g. ``` { "type": "text", - "text": "This will hopefully be useful information." + "text": "This will hopefully be useful information.", + "url": "link_to_external_page_with_more_information" } ``` -- GitLab