{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "response_details",
"type": "object",
"properties": {
"index": {
"type": "string",
"description": "Type of Asset Class"
},
"symbol": {
"type": "string",
"description": "Symbol is the only value that should be passed back to any FactSet services to retrieve data\n"
},
"name": {
"type": "string",
"description": "Name of the related entity"
},
"entity_id": {
"type": "string",
"description": "Displays Entity ID's for public companies and only if the asset class is equities\n"
}
}
}