{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "managers", "type": "object", "properties": { "fsymId": { "type": "string", "description": "FactSet Security Identifier. Six alpha-numeric characters, excluding vowels, with a -S suffix (XXXXXX-S), resolved from the requestId of the Fund requested." }, "managerName": { "type": "string", "description": "Proper Name of the Fund Manager" }, "managerTitle": { "type": "string", "description": "Proper Title of the Fund Manager" }, "managerPhone": { "type": "string", "description": "Phone Number of the Fund Manager" }, "managerInceptionDate": { "type": "string", "description": "Inception Date of the Fund Manager" }, "managerJobId": { "type": "integer", "description": "Job Identifier for the Fund Manager" }, "requestId": { "type": "string", "description": "The requested Id sent as input." } } }