{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "metric", "type": "object", "properties": { "metric": { "type": "string", "description": "Metric identifier to be used as `metrics` input in the FactSet Estimate endpoints." }, "name": { "type": "string", "description": "Plain text name of the metric." }, "category": { "type": "string", "description": "Primary Category of metric item, such as, FINANCIAL_STATEMENT or INDUSTRY_METRIC" }, "subcategory": { "type": "string", "description": "Sub-category of metric items, such as the INCOME_STATEMENT or AIRLINES." }, "OAurl": { "type": "string", "description": "The Online Assistant Page URL, used to lookup the definition and methodology of the requested item." } } }