Sha256: e05ab41cc01af71cd57a5a7f9849fec6cd89e13ab4c206cfe01e651167fb23d4
Contents?: true
Size: 669 Bytes
Versions: 15
Compression:
Stored size: 669 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "start": { "type": "string", "format": "date-time" }, "end": { "type": "string", "format": "date-time" }, "counts": { "type": "array", "items": { "type": "object", "properties": { "date": { "type": "string", "format": "date-time" }, "created": { "type": "integer" }, "deleted": { "type": "integer" }, "total": { "type": "integer" } } } } } }
Version data entries
15 entries across 15 versions & 1 rubygems