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