{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "companyPeople", "type": "object", "properties": { "fsymId": { "type": "string" }, "email": { "type": "string" }, "name": { "type": "string" }, "jobFunction1": { "type": "string" }, "jobFunction2": { "type": "string" }, "jobFunction3": { "type": "string" }, "jobFunction4": { "type": "string" }, "mainPhone": { "type": "string" }, "personId": { "type": "string" }, "phone": { "type": "string" }, "requestId": { "type": "string" }, "title": { "type": "string" } } }