{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "termsAndConditionsScalarRequest", "type": "object", "properties": { "ids": { "type": "array", "description": "List of Fixed Income Security identifiers. Supported symbol types include CUSIP, SEDOL, ISIN, and FactSet Security Permanent Identifier (-S).\n\n**ID LIMIT = 250** *per request*.\n" } } }