diff options
| author | Ernst Widerberg <ernst@sunet.se> | 2022-04-25 13:46:11 +0200 |
|---|---|---|
| committer | Ernst Widerberg <ernst@sunet.se> | 2022-04-25 13:46:11 +0200 |
| commit | 1b836e78db2737ba5d1ae43da9828601a5a5c114 (patch) | |
| tree | eb41ef3cf7ece326a49021302165a3cb4c8de1d7 /example_data_2.json | |
| parent | 2aebcdeca17f9b46d90f5255dd4d03caa358701e (diff) | |
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.
Diffstat (limited to 'example_data_2.json')
| -rw-r--r-- | example_data_2.json | 2 |
1 files changed, 1 insertions, 1 deletions
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": { |
