Archrock · JSON Structure

Archrock Investor Relations Api Equipment List Structure

Type: object Properties: 4
Natural GasCompression ServicesOil And GasEnergyIndustrialNYSE: AROC

Archrock Investor Relations Api Equipment List Structure is a JSON Structure definition published by Archrock, describing 4 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

total offset limit equipment

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/archrock/refs/heads/main/json-structure/archrock-investor-relations-api-equipment-list-structure.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": {}
        }
      }
    }
  }
}