Patata start

This commit is contained in:
2024-09-13 15:14:59 +02:00
parent 90588dd23c
commit 539a5b9efb
206 changed files with 619032 additions and 0 deletions

View File

@@ -0,0 +1 @@
{"$schema":"http://json-schema.org/draft-07/schema#","$ref":"#/definitions/DistroMetaSchema","definitions":{"DistroMetaSchema":{"type":"object","additionalProperties":false,"properties":{"$schema":{"type":"string","description":"URL to the JSON schema for this type of file. This is used by editors to validate and annotate the data."},"meta":{"type":"object","properties":{"rss":{"type":"string","description":"A URL to a RSS feed. Used for loading news."},"discord":{"type":"object","properties":{"clientId":{"type":"string","description":"Client ID for the Application registered with Discord."},"smallImageText":{"type":"string","description":"Tootltip for the smallImageKey."},"smallImageKey":{"type":"string","description":"Name of the uploaded image for the small profile artwork."}},"required":["clientId","smallImageText","smallImageKey"],"additionalProperties":false,"description":"Global settings for Discord Rich Presence."}},"required":["rss"],"additionalProperties":false,"description":"Distribution metadata to be forwarded to the distribution file."}},"required":["meta"]}}}

File diff suppressed because one or more lines are too long