From 5ed5d1beb40b88c2b791318a8b5a08f35a7c5e17 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 28 Sep 2017 11:39:34 +0200 Subject: [PATCH] Schema updated to include icon field --- schema_galaxies.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schema_galaxies.json b/schema_galaxies.json index bfea422..42a073d 100644 --- a/schema_galaxies.json +++ b/schema_galaxies.json @@ -17,6 +17,9 @@ "name": { "type": "string" }, + "icon": { + "type": "string" + }, "uuid": { "type": "string" }