{ "type": "object", "properties": { "year": { "type": "int32", "description": "Fiscal year", "example": 2025 }, "quarter": { "type": "int32", "description": "Quarter (null for annual)", "example": 4 }, "revenue": { "type": "int32", "description": "Total revenue in USD", "example": 782000000 }, "ebitda": { "type": "int32", "description": "Adjusted EBITDA in USD", "example": 245000000 }, "netIncome": { "type": "int32", "description": "Net income in USD", "example": 198000000 }, "earningsPerShare": { "type": "double", "description": "Diluted earnings per share in USD", "example": 12.45 } }, "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/arch-coal/refs/heads/main/json-structure/arch-coal-investor-relations-api-earnings-report-structure.json", "name": "EarningsReport" }