{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://altss.com/schemas/person.json","title":"Professional person research fields","description":"Descriptive research shape, not a guaranteed API response, record export or access entitlement. Every value is source-dependent; null is unknown or unavailable. Related entities remain distinct.","type":"object","additionalProperties":false,"required":["name","organization","title","professional_profile","role_history"],"properties":{"name":{"type":["string","null"],"description":"Recorded professional name. A name alone does not certify identity or distinguish namesakes.","x-altss-field-id":"person.name"},"organization":{"type":["string","null"],"description":"The linked organization on the professional record. Organization affiliation may be source-dependent or historical; it is not proof of current employment.","x-altss-field-id":"person.organization"},"title":{"type":["string","null"],"description":"Recorded job title or function. Board, adviser, director or investment roles may appear as titles. No complete board roster or inferred authority is promised.","x-altss-field-id":"person.title"},"professional_profile":{"type":["string","null"],"description":"A professional profile URL where recorded. No email, phone, private message or contact-reveal entitlement is granted by this reference.","x-altss-field-id":"person.professional_profile"},"role_history":{"type":["array","null"],"items":{"type":"object","additionalProperties":false,"required":["organization","title","start_date","end_date"],"properties":{"organization":{"type":["string","null"]},"title":{"type":["string","null"]},"start_date":{"type":["string","null"],"description":"Date at its recorded precision (including a year or month where that is all that is known). Not a synthesized verification timestamp."},"end_date":{"type":["string","null"],"description":"Date at its recorded precision (including a year or month where that is all that is known). Not a synthesized verification timestamp."}}},"description":"Available employment-history entries with organization, title and recorded start/end dates. History may be incomplete; an absent end date is not proof that a role remains current.","x-altss-field-id":"person.role_history"}}}