Vertiv · JSON-LD Context
Vertiv Context
JSON-LD context defining the semantic vocabulary for Vertiv from Vertiv.
7 Classes
27 Properties
3 Namespaces
Namespaces
schema:
https://schema.org/
vertiv:
https://www.vertiv.com/vocabulary/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Alarm
Device
Sensor
Rack
Circuit
Asset
DataCenter
Properties
| Property | Type | Container |
|---|---|---|
| alarmId | string | |
| alarmSource | string | |
| severity | string | |
| acknowledged | boolean | |
| deviceId | string | |
| deviceName | string | |
| siteName | string | |
| groupPath | string | |
| sensorId | string | |
| sensorName | string | |
| sensorType | string | |
| value | decimal | |
| unit | string | |
| status | string | |
| lastUpdated | dateTime | |
| timestamp | dateTime | |
| message | string | |
| rackId | string | |
| rackName | string | |
| circuitId | string | |
| circuitName | string | |
| currentAmps | decimal | |
| voltageVolts | decimal | |
| powerWatts | decimal | |
| assetId | string | |
| assetName | string | |
| assetType | string |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"vertiv": "https://www.vertiv.com/vocabulary/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Alarm": "vertiv:Alarm",
"Device": "vertiv:Device",
"Sensor": "vertiv:Sensor",
"Rack": "vertiv:Rack",
"Circuit": "vertiv:Circuit",
"Asset": "vertiv:Asset",
"DataCenter": "schema:Place",
"alarmId": {
"@id": "vertiv:alarmId",
"@type": "xsd:string"
},
"alarmSource": {
"@id": "vertiv:alarmSource",
"@type": "xsd:string"
},
"severity": {
"@id": "vertiv:severity",
"@type": "xsd:string"
},
"acknowledged": {
"@id": "vertiv:acknowledged",
"@type": "xsd:boolean"
},
"deviceId": {
"@id": "schema:identifier",
"@type": "xsd:string"
},
"deviceName": {
"@id": "schema:name",
"@type": "xsd:string"
},
"siteName": {
"@id": "vertiv:siteName",
"@type": "xsd:string"
},
"groupPath": {
"@id": "vertiv:groupPath",
"@type": "xsd:string"
},
"sensorId": {
"@id": "schema:identifier",
"@type": "xsd:string"
},
"sensorName": {
"@id": "schema:name",
"@type": "xsd:string"
},
"sensorType": {
"@id": "vertiv:sensorType",
"@type": "xsd:string"
},
"value": {
"@id": "schema:value",
"@type": "xsd:decimal"
},
"unit": {
"@id": "schema:unitText",
"@type": "xsd:string"
},
"status": {
"@id": "vertiv:status",
"@type": "xsd:string"
},
"lastUpdated": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
},
"timestamp": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"message": {
"@id": "schema:description",
"@type": "xsd:string"
},
"rackId": {
"@id": "schema:identifier",
"@type": "xsd:string"
},
"rackName": {
"@id": "schema:name",
"@type": "xsd:string"
},
"circuitId": {
"@id": "schema:identifier",
"@type": "xsd:string"
},
"circuitName": {
"@id": "schema:name",
"@type": "xsd:string"
},
"currentAmps": {
"@id": "vertiv:currentAmps",
"@type": "xsd:decimal"
},
"voltageVolts": {
"@id": "vertiv:voltageVolts",
"@type": "xsd:decimal"
},
"powerWatts": {
"@id": "vertiv:powerWatts",
"@type": "xsd:decimal"
},
"assetId": {
"@id": "schema:identifier",
"@type": "xsd:string"
},
"assetName": {
"@id": "schema:name",
"@type": "xsd:string"
},
"assetType": {
"@id": "vertiv:assetType",
"@type": "xsd:string"
}
}
}