From c22dbea9bf10f23171a08f3c48f866faa935bbac Mon Sep 17 00:00:00 2001 From: Dmitrii Vershinin Date: Mon, 24 Nov 2025 18:15:51 +0500 Subject: [PATCH] chore: added additional data --- .../nodejs/config/data.json | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/web/documentserver-example/nodejs/config/data.json b/web/documentserver-example/nodejs/config/data.json index eab302d7..7a289ad3 100644 --- a/web/documentserver-example/nodejs/config/data.json +++ b/web/documentserver-example/nodejs/config/data.json @@ -100,5 +100,42 @@ "description": "Assisted in software development projects." } ] + }, + "employee": { + "name": "Sarah Johnson", + "jobTitle": "Senior Product Manager", + "workMobile": "(555)123-4567", + "workPhone": "(555)987-6543", + "workEmail": "sarah.johnson@acmeinc.com", + "departmentName": "Product Development", + "jobPosition": "Senior Product Manager", + "workInformation": { + "location": { + "workAddress": { + "name": "Acme Inc. Headquarters", + "street": "456 Innovation Drive", + "city": "San Francisco", + "zip": "94105", + "country": "United States" + }, + "workLocation": "Building A, Floor 3, Room 301" + }, + "schedule": { + "workingHours": "9:00 AM - 5:00 PM", + "timezone": "Pacific Standard Time (PST)" + } + }, + "privateInformation": { + "privateContact": { + "address": "789 Sunset Boulevard, Oakland, CA 94612, United States", + "email": "sarah.j.personal@gmail.com", + "phone": "(555)234-5678" + }, + "education": { + "certificateLevel": "Master's Degree", + "fieldOfStudy": "Business Administration", + "school": "Stanford University" + } + } } }