From e4cbd3d8ad8b0ccb67891160983b28b72fed4221 Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Mon, 6 May 2024 18:56:53 -0400 Subject: [PATCH] Add target top-level hint --- sherlock/resources/data.schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/sherlock/resources/data.schema.json b/sherlock/resources/data.schema.json index 4e4a222..6241872 100644 --- a/sherlock/resources/data.schema.json +++ b/sherlock/resources/data.schema.json @@ -6,6 +6,7 @@ "patternProperties": { "^(?!\\$).*?$": { "type": "object", + "description": "User-friendly target name", "required": [ "url", "urlMain", "errorType", "username_claimed" ], "properties": { "url": { "type": "string" },