Archrock · JSON Structure

Archrock Investor Relations Api Equipment Structure

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

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

Properties

id unitNumber horsepowerRating engineType compressionType status location customer deploymentDate

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-structure.json",
  "title": "Equipment",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "unitNumber": {
      "type": "string"
    },
    "horsepowerRating": {
      "type": "integer"
    },
    "engineType": {
      "type": "string"
    },
    "compressionType": {
      "type": "string"
    },
    "status": {
      "type": "string",
      "enum": [
        "active",
        "idle",
        "maintenance"
      ]
    },
    "location": {
      "type": "string"
    },
    "customer": {
      "type": "string"
    },
    "deploymentDate": {
      "type": "string",
      "format": "date"
    }
  }
}