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",