All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rcm-compliance-data-service-api.schema.json.DeviceComplianceDataMessage.jsd Maven / Gradle / Ivy

The newest version!
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "description":"\n

\nCopyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved.\nDell EMC Confidential/Proprietary Information\n

", "_meta": { "message": "com.dell.cpsd.rcm.compliance.data.service.device.versions.data", "version": "1.0" }, "properties": { "timestamp": { "type": "string", "javaType": "java.util.Date" }, "correlationId": { "type": "string" }, "hostname": { "type": "string" }, "device": { "$ref": "Device.jsd" }, "subComponents": { "type": "array", "items": { "$ref": "SubComponent.jsd" } }, "groups": { "type": "array", "items": { "$ref": "Group.jsd" } }, "systems": { "type": "array", "items": { "$ref": "System.jsd" } } }, "required": [ "timestamp", "correlationId", "hostname", "device", "subComponents", "groups", "systems" ] }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy