From 027e04e54f3f5b4e3619ae750d23dad89de5de93 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 24 Mar 2024 13:01:17 +0000 Subject: [PATCH] Adds new fields to schema --- lib/schema.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/schema.json b/lib/schema.json index cdfeb85..19ab787 100644 --- a/lib/schema.json +++ b/lib/schema.json @@ -28,7 +28,11 @@ "securityAudited": { "type": "boolean", "nullable": true }, "openSource": { "type": "boolean", "nullable": true }, "acceptsCrypto": { "type": "boolean", "nullable": true }, - "tosdrId": { "type": "number", "nullable": true } + "tosdrId": { "type": "number", "nullable": true }, + "iosApp": { "type": "string", "nullable": true }, + "androidApp": { "type": "string", "nullable": true }, + "discordInvite": { "type": "string", "nullable": true }, + "subreddit": { "type": "string", "nullable": true } }, "required": ["name", "description", "url"], "additionalProperties": false