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 } } },