From f796afaa5c3a436e785f3e42d0882333631def50 Mon Sep 17 00:00:00 2001 From: Ingar Helgesen Date: Sun, 5 Jul 2020 21:44:53 +0200 Subject: [PATCH] Fixed typo in storage.$id --- config.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.schema.json b/config.schema.json index 220348e..8e89941 100644 --- a/config.schema.json +++ b/config.schema.json @@ -123,14 +123,14 @@ } }, "storage": { - "$id": "#/properties/cache", + "$id": "#/properties/storage", "type": "object", "description": "Object for storing properties.", "additionalProperties": true, "readOnly": true, "properties": { "lastIp": { - "$id": "#/properties/cache/properties/lastIp", + "$id": "#/properties/storage/properties/lastIp", "type": "string", "description": "The last external IP for this client.", "readOnly": true