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

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 - 2024 Weber Informatics LLC | Privacy Policy