"description":"The description of the entry. that will also be understood by somebody not familiar with the topic. Usually, the first sentence on Wikipedia is a good example."
},
"links":{
"type":"object",
"description":"The links related to the entry.",
"properties":{
"subreddit":{
"type":"array",
"description":"Subreddits that's either most relevant to the topic, or that was responsible for creating the artwork, excluding the r/.",
"items":{
"type":"string",
"description":"A subreddit that's either most relevant to the topic, or that was responsible for creating the artwork.",
"pattern":"^[A-Za-z0-9][A-Za-z0-9_]{1,20}$",
"minItems":1
}
},
"website":{
"type":"array",
"description":"URL to websites related to the entry, including the http/https protocol. If you're describing a project, the project's main website would be suitable here.",
"items":{
"type":"string",
"description":"The URL to a website related to the entry.",
"pattern":"^https?://[^\\s/$.?#].[^\\s]*$",
"minItems":1
}
},
"discord":{
"type":"array",
"description":"Invite codes of Discord servers related to the entry (excluding discord.gg/)",
"items":{
"type":"string",
"description":"The invite code of a Discord server related to the entry.",