Sha256: 5c74ba107a4a871fbe92b6f3a33378387e4de94424d0f773698e24083a1e528c

Contents?: true

Size: 786 Bytes

Versions: 42

Compression:

Stored size: 786 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "minLength": 1,
      "maxLength": 255
    },
    "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

42 entries across 42 versions & 1 rubygems

Version Path
losant_rest-1.16.5 schemas/webhookPatch.json
losant_rest-1.16.3 schemas/webhookPatch.json
losant_rest-1.16.2 schemas/webhookPatch.json
losant_rest-1.16.1 schemas/webhookPatch.json
losant_rest-1.16.0 schemas/webhookPatch.json
losant_rest-1.15.2 schemas/webhookPatch.json
losant_rest-1.15.1 schemas/webhookPatch.json
losant_rest-1.15.0 schemas/webhookPatch.json
losant_rest-1.14.1 schemas/webhookPatch.json
losant_rest-1.14.0 schemas/webhookPatch.json
losant_rest-1.13.1 schemas/webhookPatch.json
losant_rest-1.13.0 schemas/webhookPatch.json
losant_rest-1.12.0 schemas/webhookPatch.json
losant_rest-1.11.1 schemas/webhookPatch.json
losant_rest-1.11.0 schemas/webhookPatch.json
losant_rest-1.10.4 schemas/webhookPatch.json
losant_rest-1.10.3 schemas/webhookPatch.json
losant_rest-1.10.2 schemas/webhookPatch.json
losant_rest-1.10.1 schemas/webhookPatch.json
losant_rest-1.10.0 schemas/webhookPatch.json