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.).`

Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
Marek Küthe 2023-01-29 13:23:43 +01:00
parent 246492fce6
commit d1334953dc
No known key found for this signature in database
GPG Key ID: 7E869146699108C7
1 changed files with 1 additions and 1 deletions

View File

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