Sha256: 435d7ccec4f50b7ae5a343bf91c5f40b1e37d4f146a368e702051f700720d91e
Contents?: true
Size: 1.53 KB
Versions: 17
Compression:
Stored size: 1.53 KB
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "items": { "type": "array", "items": { "title": "Experience Domain", "description": "Schema for a single Experience Domain", "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 } } } }, "count": { "type": "integer" }, "totalCount": { "type": "integer" }, "applicationId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" } } }
Version data entries
17 entries across 17 versions & 1 rubygems