{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "profile", "type": "object", "properties": { "requestId": { "type": "string" }, "personId": { "type": "string" }, "lastName": { "type": "string" }, "factsetName": { "type": "string" }, "firstName": { "type": "string" }, "middleName": { "type": "string" }, "formalName": { "type": "string" }, "properName": { "type": "string" }, "salutation": { "type": "string" }, "highestDegree": { "type": "string" }, "highestDegreeInst": { "type": "string" }, "suffix": { "type": "string" }, "age": { "type": "number" }, "gender": { "type": "string" }, "salary": { "type": "number" }, "totalCompensation": { "type": "number" }, "primaryCompanyId": { "type": "string" }, "primaryCompanyName": { "type": "string" }, "primaryTitle": { "type": "string" }, "biography": { "type": "string" } } }