Sha256: a7bc4b6f9e830ea3ead68754cd90bfdb5209e8ef6b1719f5cae644ff40a7a33c
Contents?: true
Size: 741 Bytes
Versions: 29
Compression:
Stored size: 741 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "id": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "experienceSlugId": { "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" }, "slug": { "type": "string", "minLength": 4, "maxLength": 63, "pattern": "^[0-9a-z-]*$" }, "version": { "type": "string", "minLength": 1, "maxLength": 255 } } }
Version data entries
29 entries across 29 versions & 1 rubygems