Sha256: 2731a0902733b5ef077c0258bd193ae8b29c7163f7e44b542233ae036194cf75
Contents?: true
Size: 1022 Bytes
Versions: 17
Compression:
Stored size: 1022 Bytes
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": 45, "minLength": 3 } }, "additionalProperties": false }
Version data entries
17 entries across 17 versions & 1 rubygems