Sha256: f98651b1a626e518eb90d1f151f8e8f15af614355fba5b307b4ee30b7d64b8d6
Contents?: true
Size: 641 Bytes
Versions: 18
Compression:
Stored size: 641 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "includeFiles": { "type": "boolean", "default": false }, "includeDataTableRows": { "type": "boolean", "default": false }, "includeDevices": { "type": "boolean", "default": false }, "email": { "type": "string", "format": "email", "maxLength": 1024 }, "callbackUrl": { "type": "string", "format": "uri", "maxLength": 1024 }, "forceJob": { "type": "boolean", "default": false } }, "additionalProperties": false }
Version data entries
18 entries across 18 versions & 1 rubygems