From ae396aaec5913b4f291dbe7fc5d9ee50a0004dc4 Mon Sep 17 00:00:00 2001 From: AnthorNet Date: Tue, 5 May 2015 09:48:54 +0200 Subject: [PATCH] Fix missing comma in json examples --- examples/commodity-v0.1.json | 2 +- examples/commodity-v2.0-draft.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/commodity-v0.1.json b/examples/commodity-v0.1.json index 3ef668c..715b243 100644 --- a/examples/commodity-v0.1.json +++ b/examples/commodity-v0.1.json @@ -14,7 +14,7 @@ "supplyLevel": "Low", "sellPrice": 1138, "demand": 42, - "demandLevel": "Med" + "demandLevel": "Med", "timestamp": "2014-11-17T12:34:56+00:00" } } \ No newline at end of file diff --git a/examples/commodity-v2.0-draft.json b/examples/commodity-v2.0-draft.json index 82a4e4b..98538a9 100644 --- a/examples/commodity-v2.0-draft.json +++ b/examples/commodity-v2.0-draft.json @@ -8,7 +8,7 @@ "message": { "systemName": "Eranin", "stationName": "Azeban Orbital", - "timestamp": "2014-11-17T12:34:56+00:00" + "timestamp": "2014-11-17T12:34:56+00:00", "commodities": [ { "name": "Gold",