schema.DeployApplicationResponse.schema.json Maven / Gradle / Ivy
{
"type": "object",
"extends": {
"type": "object",
"javaType": "org.hawkular.cmdgw.api.ResourcePathResponse"
},
"javaType": "org.hawkular.cmdgw.api.DeployApplicationResponse",
"javaInterfaces" : ["org.hawkular.cmdgw.api.EventDestination"],
"description": "Results of an application deployment request.",
"additionalProperties": false,
"properties": {
"destinationFileName": {
"type": "string"
}
},
"required": ["destinationFileName"]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy