From db283538ac438cbe7184b2407bc0bf48706deed6 Mon Sep 17 00:00:00 2001 From: kantorkel Date: Mon, 6 Jul 2015 22:12:27 +0200 Subject: [PATCH] added firstcontact field --- nodelist-schema-1.0.1.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nodelist-schema-1.0.1.json b/nodelist-schema-1.0.1.json index f7cbbd4..4ee96f6 100755 --- a/nodelist-schema-1.0.1.json +++ b/nodelist-schema-1.0.1.json @@ -55,6 +55,9 @@ "clients": { "type": "integer" }, + "firstcontact": { + "type": "string" + }, "lastcontact": { "type": "string" }