Sha256: fa2bc08398c3fcec23bb1e41b0080b24a3507ec9e87733fbb5ece4320a9a3272
Contents?: true
Size: 910 Bytes
Versions: 19
Compression:
Stored size: 910 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "id": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "experienceDomainId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "applicationId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "creationDate": { "type": "string", "format": "date-time" }, "lastUpdated": { "type": "string", "format": "date-time" }, "sslCert": { "type": "string", "maxLength": 32767, "minLength": 50 }, "sslBundle": { "type": "string", "maxLength": 32767, "minLength": 50 }, "domainName": { "type": "string", "maxLength": 45, "minLength": 3 }, "version": { "type": "string", "minLength": 1, "maxLength": 255 } } }
Version data entries
19 entries across 19 versions & 1 rubygems