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

schema.AddDatasourceResponse.schema.json Maven / Gradle / Ivy

{
  "type": "object",
  "extends": {
    "type": "object",
    "javaType": "org.hawkular.cmdgw.api.ResourcePathResponse"
  },
  "javaType": "org.hawkular.cmdgw.api.AddDatasourceResponse",
  "description": "Results of an Add Datasource request.",
  "additionalProperties": false,
  "properties": {
    "xaDatasource": {
      "description" : "true if an XA datasource should be added, false otherwise",
      "javaType": "boolean",
      "type": "boolean"
    },
    "datasourceName": {
      "description" : "The name for this datasource.",
      "type": "string"
    }
  },
  "required": ["xaDatasource", "datasourceName"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy