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" },