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

schema.EchoRequest.schema.json Maven / Gradle / Ivy

{
  "type": "object",
  "extends": {
    "type": "object",
    "javaType": "org.hawkular.cmdgw.api.AuthMessage"
  },
  "javaType": "org.hawkular.cmdgw.api.EchoRequest",
  "description": "A simple request to echo a string back used for testing connectivity.",
  "additionalProperties": false,
  "properties": {
    "echoMessage": {
      "type": "string"
    }
  },
  "required": ["echoMessage"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy