{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "category", "type": "object", "properties": { "category": { "type": "object", "description": "Describes data based on source or kind of value\n- ACTUAL - Historical data collected directly from a press release or a median consensus from brokers after a report date.\n- ESTIMATE - Forward looking average of broker estimates within a specific time horizon.\n- GUIDANCE - Forward looking indication or estimate of future performance issued by the company itself.\n- DETAIL - Indicates data that is more granular and may be secondary in focus.\n- MAIN - Indicates data is of more impactful or higher importance and may want to be emphasized.\n- SECTION - Indicates data that is used in sectioning rows in group level STACH format.\n" } } }