From 085bd8dc48d8d0e690cec829a21e672281b8b0f1 Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 21 Dec 2019 06:54:40 +0100 Subject: replace unsupported comments in json files --- design-notes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'design-notes.md') diff --git a/design-notes.md b/design-notes.md index c39f98c..9bcbeb5 100644 --- a/design-notes.md +++ b/design-notes.md @@ -119,7 +119,7 @@ Serialised item structure: ```json { - /* common fields */ + "_comment": "common fields", "title": "Some title", "date": "2019-12-20T16:51:52+00:00", @@ -135,7 +135,7 @@ Serialised item structure: "thumbnail": { "path": "[resource path]" }, - /* type-dependent */ + "_comment": "type-dependent", "properties": { "type": "image", @@ -150,7 +150,7 @@ Serialised item structure: "properties": { "type": "directory", - "items": [ /* item objects */ ] + "items": [ { "_comment": "item objects..." } ] } } ``` -- cgit v1.2.3