Merge pull request '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.).`' (#29) from mark22k/crxn-entitydb:master into master

Reviewed-on: https://codeberg.org/CRXN/entitydb/pulls/29

noone object, merge due to due date
This commit is contained in:
Marek Küthe 2023-02-01 13:47:24 +00:00
commit 3b3f861e3b
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",