schema.ExecuteOperationResponse.schema.json Maven / Gradle / Ivy
{
"type": "object",
"extends": {
"type": "object",
"javaType": "org.hawkular.cmdgw.api.ResourcePathResponse"
},
"javaType": "org.hawkular.cmdgw.api.ExecuteOperationResponse",
"additionalProperties": false,
"description": "A response describing the results of an operation execution.",
"properties": {
"operationName": {
"type": "string"
}
},
"required": ["operationName"]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy