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

storage-capabilities-api.schema.json.ListComponentResponseMessage.jsd Maven / Gradle / Ivy

The newest version!
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "javaName": "ListComponentResponseMessage",
  "description": "This message comes from the adapter and gets sent to dne-paqx",
  "_meta": {
     "message":"com.dell.cpsd.list.storage.component.response",
     "version":"1.0"
  },
  "type" : "object",
  "id" : "ListComponentResponseMessage.jsd",
  "properties" : {
    "messageProperties" : {
      "type" : "object",
      "$ref" : "includes/MessageProperties.jsd"
    },
    "type" : {
      "type" : "string"
    },
    "components" : {
      "type" : "array",
      "items": {
        "type" : "object",
        "$ref" : "includes/ScaleIOComponentDetails.jsd"
      }
    }
  },
  "required":[
    "messageProperties",
    "components",
    "type"
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy