Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions 16-draft.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
"type": "string"
},
"twitter": {
"description": "Twitter username with leading <code>@</code>",
"description": "X username with leading <code>@</code>",
"type": "string",
"examples": [
"@space_api"
Expand Down Expand Up @@ -301,7 +301,7 @@
]
},
"twitter": {
"description": "Twitter username with leading <code>@</code>",
"description": "X username with leading <code>@</code>",
"type": "string",
"examples": [
"@space_api"
Expand Down Expand Up @@ -370,6 +370,13 @@
"examples": [
"https://t.me/example-channel"
]
},
"instagram": {
"description": "URL to Instagram profile",
"type": "string",
"examples": [
"https://www.instagram.com/examplespace"
]
}
Comment on lines +374 to 380
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While I'm not a fan of Instagram at all (since the Meta takeover), I can see that some spaces might have an account. As such, it probably makes sense to add it to the schema.

}
},
Expand Down