From b834933171ed51ec40420d11a0092b5edadc95b3 Mon Sep 17 00:00:00 2001 From: Tom Foster Date: Thu, 31 Jul 2025 14:08:24 +0100 Subject: [PATCH] Update data/api/client-server/profile.yaml Co-authored-by: Johannes Marbach --- data/api/client-server/profile.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/data/api/client-server/profile.yaml b/data/api/client-server/profile.yaml index 4acdc742..443aad65 100644 --- a/data/api/client-server/profile.yaml +++ b/data/api/client-server/profile.yaml @@ -61,13 +61,13 @@ paths: schema: type: object minProperties: 1 - additionalProperties: - description: The JSON object must include a property whose key - matches the `keyName` specified in the URL. For `avatar_url`, - the value must be an MXC URI string. For `displayname`, the value - must be a string. For custom keys, any JSON type is allowed - - servers may not validate these values, but clients should follow - the format defined for that key. + description: The JSON object must include a property whose key + matches the `keyName` specified in the URL. For `avatar_url`, + the value must be an MXC URI string. For `displayname`, the value + must be a string. For custom keys, any JSON type is allowed - + servers may not validate these values, but clients should follow + the format defined for that key. + additionalProperties: true example: { "displayname": "Alice Wonderland" } responses: "200":