From d1334953dc5fc5dd51e2bfe9cf80c830220dcc5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20K=C3=BCthe?= Date: Sun, 29 Jan 2023 13:23:43 +0100 Subject: [PATCH] solve problem `Every 'entity' has its data stored in a JSON file named as 'UNIQUE.json' where UNIQUE is any unique identifier (UUID/hash/name etc.).` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marek Küthe --- schema.json => schema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename schema.json => schema (99%) diff --git a/schema.json b/schema similarity index 99% rename from schema.json rename to schema index 9932459..a6f3414 100644 --- a/schema.json +++ b/schema @@ -1,7 +1,7 @@ { "$schema": "https://json-schema.org/draft-04/schema", "type": "object", - "description": "You can check a entity with `check-jsonschema --schemafile schema.json entity.json`.", + "description": "You can check a entity with `check-jsonschema --schemafile schema entity.json`.", "properties": { "person": { "type": "object",