Sha256: 24051d144fd4c0337ab1137cf8ac13eeddf18700f98fd3a77e285fd72e710886
Contents?: true
Size: 1.11 KB
Versions: 4
Compression:
Stored size: 1.11 KB
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 }, "isWebsocket": { "type": "boolean" }, "castBuffersAs": { "type": "string", "enum": [ "array", "binary", "utf8", "base64", "hex" ] }, "annotateMultipart": { "type": "boolean" } }, "additionalProperties": false }
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
losant_rest-1.21.0 | schemas/webhookPatch.json |
losant_rest-1.20.1 | schemas/webhookPatch.json |
losant_rest-1.20.0 | schemas/webhookPatch.json |
losant_rest-1.19.9 | schemas/webhookPatch.json |