Sha256: b80db0917dfb194d1ca918147d911b3c261962092ac8d14dfc08aad2e3ad0a2e

Contents?: true

Size: 1.21 KB

Versions: 42

Compression:

Stored size: 1.21 KB

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "pattern": "^[A-Fa-f\\d]{24}$"
    },
    "webhookId": {
      "type": "string",
      "pattern": "^[A-Fa-f\\d]{24}$"
    },
    "applicationId": {
      "type": "string",
      "pattern": "^[A-Fa-f\\d]{24}$"
    },
    "creationDate": {
      "type": "string",
      "format": "date-time"
    },
    "lastUpdated": {
      "type": "string",
      "format": "date-time"
    },
    "name": {
      "type": "string",
      "minLength": 1,
      "maxLength": 255
    },
    "token": {
      "type": "string",
      "minLength": 1
    },
    "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
    }
  }
}

Version data entries

42 entries across 42 versions & 1 rubygems

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