From 65465dd7d76b5729b62e39711004529e8d444241 Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 22 Dec 2019 04:41:43 +0100 Subject: make thumbnail field nullable --- example/index.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'example') diff --git a/example/index.json b/example/index.json index 741760c..d693f7b 100644 --- a/example/index.json +++ b/example/index.json @@ -19,7 +19,7 @@ "mountain" ], "path": "/", - "thumbnail": { "path": "/thumbnails/_DSC8808-1.jpg" }, + "thumbnail": null, "properties": { "type": "directory", "items": [ @@ -34,7 +34,7 @@ "book-shop" ], "path": "/items/_DSC8808-1.jpg", - "thumbnail": { "path": "/thumbnails/_DSC8808-1.jpg" }, + "thumbnail": "/thumbnails/_DSC8808-1.jpg", "properties": { "type": "image", "filesize": 987, @@ -57,7 +57,7 @@ "mountain" ], "path": "/items/Glacier 3000", - "thumbnail": { "path": "/thumbnails/Glacier 3000/_DSC5475.jpg" }, + "thumbnail": null, "properties": { "type": "directory", "items": [ @@ -75,7 +75,7 @@ "trees" ], "path": "/items/Glacier 3000/_DSC5475.jpg", - "thumbnail": { "path": "/thumbnails/Glacier 3000/_DSC5475.jpg" }, + "thumbnail": "/thumbnails/Glacier 3000/_DSC5475.jpg", "properties": { "type": "image", "filesize": 355, @@ -96,7 +96,7 @@ "mountain" ], "path": "/items/Glacier 3000/_DSC5542.jpg", - "thumbnail": { "path": "/thumbnails/Glacier 3000/_DSC5542.jpg" }, + "thumbnail": "/thumbnails/Glacier 3000/_DSC5542.jpg", "properties": { "type": "image", "filesize": 447, -- cgit v1.2.3