Sha256: 818a0fce928bb2bfcd2c0ac470f0ef3d23545d081191678d6f4ecca2c8d06f38
Contents?: true
Size: 753 Bytes
Versions: 8
Compression:
Stored size: 753 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
8 entries across 8 versions & 1 rubygems