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

schema.UndeployApplicationResponse.schema.json Maven / Gradle / Ivy

There is a newer version: 0.9.8.Final
Show newest version
{
  "type": "object",
  "extends": {
    "type": "object",
    "javaType": "org.hawkular.cmdgw.api.ResourcePathResponse"
  },
  "javaType": "org.hawkular.cmdgw.api.UndeployApplicationResponse",
  "javaInterfaces" : ["org.hawkular.cmdgw.api.EventDestination"],
  "description": "Results of an application undeployment request.",
  "additionalProperties": false,
  "properties": {
    "destinationFileName": {
      "type": "string"
    }
  },
  "required": ["destinationFileName"]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy