summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorErnst Widerberg <ernst@sunet.se>2022-04-11 16:27:22 +0200
committerErnst Widerberg <ernst@sunet.se>2022-04-11 16:27:22 +0200
commite28a618db0505d8ba6fdd64a1bb5cddb170090f8 (patch)
treebabd73931321dd5521de33e7e7b0a7d98407e75c /src
parent014d0ed1370139ceb4614ba30e71c5b0d7829870 (diff)
Rename top-level property "system_name" -> "display_name"
Diffstat (limited to 'src')
-rw-r--r--src/schema.py4
1 files changed, 2 insertions, 2 deletions
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",