Sha256: e18c0dfe79adf975798729894cdacab32c2b0216eb8b50e7d99ebc97fe71fde0
Contents?: true
Size: 752 Bytes
Versions: 7
Compression:
Stored size: 752 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "sslKey": { "type": "string", "maxLength": 32767, "minLength": 50 }, "sslCert": { "type": "string", "maxLength": 32767, "minLength": 50 }, "sslBundle": { "type": "string", "maxLength": 32767, "minLength": 50 }, "domainName": { "type": "string", "maxLength": 1024, "minLength": 3 }, "version": { "$oneOf": [ { "type": "string", "minLength": 1, "maxLength": 255 }, { "type": null } ] } }, "additionalProperties": false, "required": [ "domainName" ] }
Version data entries
7 entries across 7 versions & 1 rubygems