Archrock · Schema

EquipmentList

Natural GasCompression ServicesOil And GasEnergyIndustrialNYSE: AROC

Properties

Name Type Description
total integer
offset integer
limit integer
equipment array
View JSON Schema on GitHub

JSON Schema

archrock-investor-relations-api-equipment-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/archrock/refs/heads/main/json-schema/archrock-investor-relations-api-equipment-list-schema.json",
  "title": "EquipmentList",
  "type": "object",
  "properties": {
    "total": {
      "type": "integer"
    },
    "offset": {
      "type": "integer"
    },
    "limit": {
      "type": "integer"
    },
    "equipment": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {},
          "unitNumber": {},
          "horsepowerRating": {},
          "engineType": {},
          "compressionType": {},
          "status": {},
          "location": {},
          "customer": {},
          "deploymentDate": {}
        }
      }
    }
  }
}