1 line
1.1 KiB
JSON
1 line
1.1 KiB
JSON
{"$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"]}}} |