From ab2f076c5bf546f8aca9910b2b61a1b5a67361bc Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 5 Jan 2020 18:39:47 +0100 Subject: compiler: distinguish item and resource paths GitHub: closes #13 --- design-notes.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'design-notes.md') diff --git a/design-notes.md b/design-notes.md index 809fd36..91764cc 100644 --- a/design-notes.md +++ b/design-notes.md @@ -149,11 +149,13 @@ Serialised item structure: "_comment": "type-dependent", "properties": { - "type": "picture" + "type": "picture", + "resource": "[resource url]" }, "properties": { - "type": "video" + "type": "other", + "resource": "[resource url]" }, "properties": { -- cgit v1.2.3