Sha256: e7d7cb1d62aff0740ada94e4617f6265ee930f26c16985732b74d714d19b6f85

Contents?: true

Size: 863 Bytes

Versions: 9

Compression:

Stored size: 863 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
    }
  },
  "additionalProperties": false
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
losant_rest-1.19.3 schemas/webhookPatch.json
losant_rest-1.19.2 schemas/webhookPatch.json
losant_rest-1.19.1 schemas/webhookPatch.json
losant_rest-1.19.0 schemas/webhookPatch.json
losant_rest-1.18.0 schemas/webhookPatch.json
losant_rest-1.17.5 schemas/webhookPatch.json
losant_rest-1.17.4 schemas/webhookPatch.json
losant_rest-1.17.3 schemas/webhookPatch.json
losant_rest-1.17.2 schemas/webhookPatch.json