diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/schema.py | 4 |
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", |