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