DeploymentSpecName (type)

{
  "description": "Used to provide the deployment spec for Upgrade.", 
  "id": "DeploymentSpecName", 
  "module_id": "ServiceInsertionCommonTypes", 
  "properties": {
    "deployment_spec_name": {
      "description": "This indicates the deployment spec.", 
      "readonly": true, 
      "required": true, 
      "title": "Deployment Spec Name", 
      "type": "string"
    }
  }, 
  "title": "Deployment spec to be used in upgrade", 
  "type": "object"
}