{ "$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": {} } } } } }