Sha256: 0aa8e829d11bdedf6a38b2aa7d411767d504241aafbcd4b7c3e036b1ba6d3387
Contents?: true
Size: 1.31 KB
Versions: 19
Compression:
Stored size: 1.31 KB
Contents
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "items": { "type": "array", "items": { "title": "Experience Slug", "description": "Schema for a single Experience Slug", "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": 3, "maxLength": 63, "pattern": "^[0-9a-z-]*$" }, "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
19 entries across 19 versions & 1 rubygems