Be honest about the existence of the gatewayTimestamp property.

This commit is contained in:
James Muscat 2014-12-18 16:55:48 +00:00
parent 3336105f54
commit 960179f073

View File

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