From 4ed56b4848b44fbf31aea8f8e17d939aa85d158b Mon Sep 17 00:00:00 2001 From: "C. Scott Ananian" Date: Tue, 25 Jul 2017 11:58:26 -0400 Subject: [PATCH] Correct field name in schema. This field seems to be named `images` in https://github.com/garyhodgson/thing-tracker-site-template/blob/gh-pages/tracker.json --- specification/schema.js-schema | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/schema.js-schema b/specification/schema.js-schema index 8b814c8..1603e3b 100755 --- a/specification/schema.js-schema +++ b/specification/schema.js-schema @@ -74,7 +74,7 @@ schema({ "*instructions": Array.of({ "*step": Number, "*text": String, - "*imageUrls": Array.of(String), + "*images": Array.of(String), "*xInstructionMetadata": Object }), @@ -105,4 +105,4 @@ schema({ }, }), -}) \ No newline at end of file +})