From 2fb80ea3e210193254505ddc2423bf7e1cf94bb7 Mon Sep 17 00:00:00 2001 From: Daniel Li Date: Fri, 25 Aug 2017 17:13:32 +0100 Subject: [PATCH] Added position to the contact object --- src/schema/invoice.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/schema/invoice.json b/src/schema/invoice.json index b9cdab7..519f497 100644 --- a/src/schema/invoice.json +++ b/src/schema/invoice.json @@ -57,6 +57,11 @@ "description": "Name of the contact person", "type": "string" }, + "position": { + "title": "Position", + "description": "Position / Role of the contact person", + "type": "string" + }, "tel": { "title": "Telephone Number", "description": "Telephone number of the contact person", @@ -118,6 +123,11 @@ "description": "Name of the contact person", "type": "string" }, + "position": { + "title": "Position", + "description": "Position / Role of the contact person", + "type": "string" + }, "tel": { "title": "Telephone Number", "description": "Telephone number of the contact person",