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" + ] } } },