Sha256: fb3b0fd56e98f0535c5023457266272ae3d6e327803e3550c3db8fe223a5f4d5

Contents?: true

Size: 586 Bytes

Versions: 3

Compression:

Stored size: 586 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"
      ]
    },
    "verificationCode": {
      "type": "string",
      "maxLength": 32767
    }
  },
  "required": [
    "name"
  ],
  "additionalProperties": false
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
losant_rest-1.0.4 schemas/webhookPost.json
losant_rest-1.0.3 schemas/webhookPost.json
losant_rest-1.0.2 schemas/webhookPost.json