From e28a618db0505d8ba6fdd64a1bb5cddb170090f8 Mon Sep 17 00:00:00 2001 From: Ernst Widerberg Date: Mon, 11 Apr 2022 16:27:22 +0200 Subject: Rename top-level property "system_name" -> "display_name" --- src/schema.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/schema.py') diff --git a/src/schema.py b/src/schema.py index 7e106d1..29df4f3 100644 --- a/src/schema.py +++ b/src/schema.py @@ -20,7 +20,7 @@ schema = { "abuse_mail": {"type": "string"}, "domain": {"type": "string"}, "timestamp_in_utc": {"type": "string"}, - "system_name": {"type": "string"}, + "display_name": {"type": "string"}, "description": {"type": "string"}, "custom_data": { "type": "object", @@ -72,7 +72,7 @@ schema = { "abuse_mail", "domain", "timestamp_in_utc", - "system_name", + "display_name", # "description", # "custom_data", "result", -- cgit v1.1