From d0fae179d5e7670233848fb7338adb86663ac430 Mon Sep 17 00:00:00 2001 From: Arnold Nipper Date: Tue, 30 Apr 2019 00:52:17 +0200 Subject: [PATCH] Update ixp-member-list.schema.json A poc (email address is sufficient) to send error reports to is needed if we want to make efficient use of the IX-F JSON schema --- ixp-member-list.schema.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ixp-member-list.schema.json b/ixp-member-list.schema.json index 3075c75..1fefb6f 100644 --- a/ixp-member-list.schema.json +++ b/ixp-member-list.schema.json @@ -3,7 +3,7 @@ "title": "IXP Member List Schema", "description": "A JSON schema representing an IXP Member List", "type": "object", - "required": ["version", "timestamp", "ixp_list", "member_list"], + "required": ["version", "timestamp", "ixp_list", "schema_email", "member_list"], "properties": { "version": { @@ -64,6 +64,11 @@ "description": "PeeringDB ID of the IX - the y in: https://www.peeringdb.com/ix/y", "type": "integer" }, + "schema_email": { + "description": "Email address to send schema error reports to", + "type": "string", + "format" : "email" + }, "support_email": { "description": "Support email address", "type": "string",