Arch Coal · Schema

FilingList

MiningCoalMetallurgical CoalThermal CoalEnergyFortune 500

Properties

Name Type Description
filings array
totalCount integer Total number of filings
View JSON Schema on GitHub

JSON Schema

arch-coal-investor-relations-api-filing-list-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "filings": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "type": {},
          "date": {},
          "title": {},
          "url": {}
        }
      }
    },
    "totalCount": {
      "type": "integer",
      "description": "Total number of filings",
      "example": 25
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/arch-coal/refs/heads/main/json-schema/arch-coal-investor-relations-api-filing-list-schema.json",
  "title": "FilingList"
}