From a55283bc8ceb6b9bf3d6cc500cabdcc367c89d5f Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Tue, 19 Mar 2024 14:33:48 -1000 Subject: [PATCH] Fix clarification --- docs/objects/server-metadata.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/objects/server-metadata.md b/docs/objects/server-metadata.md index 752b3f4..543887b 100644 --- a/docs/objects/server-metadata.md +++ b/docs/objects/server-metadata.md @@ -147,8 +147,8 @@ Clients should display the most modern format that they support, such as WebP, A ### Supported Extensions -| Name | Type | Required | -| :------------------- | :-------------- | :---------------- | -| supported_extensions | Array of string | Yes, can be empty | +| Name | Type | Required | +| :------------------- | :-------------- | :----------------------------- | +| supported_extensions | Array of string | Yes, can be empty array (`[]`) | List of extension names that the server supports, in namespaced format (`"org.lysand:reactions"`). \ No newline at end of file