From 8ab9564c7ae68a5a60c4fa3bfeca026ee38720ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Tue, 15 Oct 2024 12:37:35 +0200 Subject: [PATCH 1/2] Clarify format of string type for `m.login.terms_params` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- data/api/client-server/definitions/m.login.terms_params.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/data/api/client-server/definitions/m.login.terms_params.yaml b/data/api/client-server/definitions/m.login.terms_params.yaml index 67001c189..50c9da43e 100644 --- a/data/api/client-server/definitions/m.login.terms_params.yaml +++ b/data/api/client-server/definitions/m.login.terms_params.yaml @@ -50,6 +50,7 @@ properties: arbitrary string with no specified maximum length. url: type: string + format: uri description: | A link to the text of this document, in the appropriate language. MUST be a valid URI with scheme `https://` or From 5f7126286cb649994359565728eb0244922029e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Tue, 15 Oct 2024 12:44:55 +0200 Subject: [PATCH 2/2] Add changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- changelogs/client_server/newsfragments/1979.clarification | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelogs/client_server/newsfragments/1979.clarification diff --git a/changelogs/client_server/newsfragments/1979.clarification b/changelogs/client_server/newsfragments/1979.clarification new file mode 100644 index 000000000..bdcce7771 --- /dev/null +++ b/changelogs/client_server/newsfragments/1979.clarification @@ -0,0 +1 @@ +Clarify formats of string types.