diff options
Diffstat (limited to 'design-notes.md')
-rw-r--r-- | design-notes.md | 6 |
1 files changed, 4 insertions, 2 deletions
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: | |||
149 | "_comment": "type-dependent", | 149 | "_comment": "type-dependent", |
150 | 150 | ||
151 | "properties": { | 151 | "properties": { |
152 | "type": "picture" | 152 | "type": "picture", |
153 | "resource": "[resource url]" | ||
153 | }, | 154 | }, |
154 | 155 | ||
155 | "properties": { | 156 | "properties": { |
156 | "type": "video" | 157 | "type": "other", |
158 | "resource": "[resource url]" | ||
157 | }, | 159 | }, |
158 | 160 | ||
159 | "properties": { | 161 | "properties": { |