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_2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example_data_2.json') diff --git a/example_data_2.json b/example_data_2.json index 90e3f0a..11c7e61 100644 --- a/example_data_2.json +++ b/example_data_2.json @@ -8,7 +8,7 @@ "ptr": "host11.test.soc.sunet.se", "abuse_mail": "abuse@test.soc.sunet.se", "domain": "sunet.se", - "timestamp_in_utc": "2021-06-30T10:00 UTC", + "timestamp": "2021-06-30T10:00:00Z", "display_name": "VMware ESXi 6.7.0 build-17700523", "description": "VMware ESXi is an enterprise-class, type-1 hypervisor developed by VMware for deploying and serving virtual computers. As a type-1 hypervisor, ESXi is not a software application that is installed on an operating system; instead, it includes and integrates vital OS components, such as a kernel.", "custom_data": { -- cgit v1.1