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