Sha256: 74800887e9a87a4e6e824a8005eddd0d58a40b7cbe637ecdfba6e1c6e3391932

Contents?: true

Size: 915 Bytes

Versions: 3

Compression:

Stored size: 915 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "minLength": 1,
      "maxLength": 255
    },
    "description": {
      "type": "string",
      "maxLength": 32767
    },
    "responseCode": {
      "type": "integer",
      "minimum": 100,
      "maximum": 599
    },
    "verificationType": {
      "type": "string",
      "enum": [
        "facebook",
        "fitbit",
        "none",
        "twilio",
        "alexa"
      ]
    },
    "verificationCode": {
      "type": "string",
      "maxLength": 32767
    },
    "waitForReply": {
      "type": "boolean"
    },
    "basicAuthUsername": {
      "type": "string",
      "maxLength": 255
    },
    "basicAuthPassword": {
      "type": "string",
      "maxLength": 255
    },
    "isWebsocket": {
      "type": "boolean"
    }
  },
  "additionalProperties": false
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
losant_rest-1.19.8 schemas/webhookPatch.json
losant_rest-1.19.6 schemas/webhookPatch.json
losant_rest-1.19.4 schemas/webhookPatch.json