Sha256: 78c4e6c733bbf4c9272d08d34991fa4f8c61808b7e2712dbd122bdf33e32bc1a

Contents?: true

Size: 1.19 KB

Versions: 10

Compression:

Stored size: 1.19 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"
      ]
    },
    "verificationCode": {
      "type": "string",
      "maxLength": 32767
    },
    "waitForReply": {
      "type": "boolean"
    },
    "basicAuthUsername": {
      "type": "string",
      "maxLength": 255
    },
    "basicAuthPassword": {
      "type": "string",
      "maxLength": 255
    }
  }
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
losant_rest-1.4.0 schemas/webhook.json
losant_rest-1.3.3 schemas/webhook.json
losant_rest-1.3.2 schemas/webhook.json
losant_rest-1.3.1 schemas/webhook.json
losant_rest-1.3.0 schemas/webhook.json
losant_rest-1.2.3 schemas/webhook.json
losant_rest-1.2.2 schemas/webhook.json
losant_rest-1.2.1 schemas/webhook.json
losant_rest-1.2.0 schemas/webhook.json
losant_rest-1.1.2 schemas/webhook.json