From 997bd69d1c1c1f97bd52afeb772ac71823afe27c Mon Sep 17 00:00:00 2001 From: iooner Date: Sun, 19 Oct 2025 21:45:34 +0200 Subject: [PATCH] Update Twitter username description to 'X username' + Instagram Update Twitter username description to 'X username' in desc and add instagram feed --- 16-draft.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/16-draft.json b/16-draft.json index 8a1a66d..e4604f8 100644 --- a/16-draft.json +++ b/16-draft.json @@ -259,7 +259,7 @@ "type": "string" }, "twitter": { - "description": "Twitter username with leading @", + "description": "X username with leading @", "type": "string", "examples": [ "@space_api" @@ -301,7 +301,7 @@ ] }, "twitter": { - "description": "Twitter username with leading @", + "description": "X username with leading @", "type": "string", "examples": [ "@space_api" @@ -370,6 +370,13 @@ "examples": [ "https://t.me/example-channel" ] + }, + "instagram": { + "description": "URL to Instagram profile", + "type": "string", + "examples": [ + "https://www.instagram.com/examplespace" + ] } } },