From 960179f07389a84b5f53bab8fc7762b71c9a7f52 Mon Sep 17 00:00:00 2001 From: James Muscat Date: Thu, 18 Dec 2014 16:55:48 +0000 Subject: [PATCH] Be honest about the existence of the gatewayTimestamp property. --- schemas/commodity-v0.1.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/schemas/commodity-v0.1.json b/schemas/commodity-v0.1.json index d315565..0e354af 100644 --- a/schemas/commodity-v0.1.json +++ b/schemas/commodity-v0.1.json @@ -28,6 +28,13 @@ "id": "#softwareVersion", "type": "string", "additionalProperties": false + }, + "gatewayTimestamp": { + "id": "#gatewayTimestamp", + "type": "string", + "format": "date-time", + "description": "Timestamp upon receipt at the gateway. If present, this property will be overwritten by the gateway; submitters are not intended to populate this property.", + "additionalProperties": false } } },