Sha256: bf277b86205428f09f152fd7bac074f430beb11aef3765acb8ea2d85d31f6688
Contents?: true
Size: 907 Bytes
Versions: 19
Compression:
Stored size: 907 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "email": { "type": "string", "format": "email", "maxLength": 1024 }, "callbackUrl": { "type": "string", "format": "uri", "maxLength": 1024 }, "embeddedDeploymentId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "deviceId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "traceLevel": { "enum": [ 0, 1, 2 ] }, "disableDebugMessage": { "type": "boolean" }, "stackSize": { "type": "integer", "minimum": 1600, "maximum": 2147483648 }, "debugSymbols": { "type": "boolean" }, "exportMemory": { "type": "boolean" }, "gzip": { "type": "boolean" } }, "additionalProperties": false }
Version data entries
19 entries across 19 versions & 1 rubygems