{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "entityFocus", "type": "object", "properties": { "requestId": { "type": "string", "description": "Company identifier used in request." }, "fsymId": { "type": "string", "description": "FactSet Company identifier being classified." }, "firstDate": { "type": "string", "description": "First date of the classification." }, "lastDate": { "type": "string", "description": "Date when the classification became no longer valid." } } }