From 1b836e78db2737ba5d1ae43da9828601a5a5c114 Mon Sep 17 00:00:00 2001 From: Ernst Widerberg Date: Mon, 25 Apr 2022 13:46:11 +0200 Subject: Rename timestamp_in_utc to timestamp, change format The format "date-time" in jsonschema is as defined in RFC 3339, which is about the same as ISO 8601. Validating this requires an additional package which is specified in python-jsonschema docs. --- example_data_1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example_data_1.json') diff --git a/example_data_1.json b/example_data_1.json index 5c9dcae..69f5d85 100644 --- a/example_data_1.json +++ b/example_data_1.json @@ -8,7 +8,7 @@ "ptr": "host10.test.soc.sunet.se", "abuse_mail": "abuse@test.soc.sunet.se", "domain": "sunet.se", - "timestamp_in_utc": "2021-06-21T14:06 UTC", + "timestamp": "2021-06-21T14:06:00Z", "display_name": "Apache 2.1.3", "description": "The Apache HTTP Server is a free and open-source cross-platform web server software, released under the terms of Apache License 2.0.", "custom_data": { -- cgit v1.1