Request parameters for segment data.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SegmentsRequestBody", "type": "object", "description": "Request parameters for segment data.", "properties": { "metrics": { "type": "string", "description": "Segment metric. SALES, OPINC, ASSETS, DEP, or CAPEX." }, "segmentType": { "type": "string", "description": "Segment type. BUS = Business, GEO = Geographic." }, "periodicity": { "type": "string", "description": "Segment periodicity. ANN or ANN_R only." } } }