Sha256: ef7ae9e2aef9b96e044a70adfc9353cfec21e4b2c5f41487a390e1ee3a00f25d
Contents?: true
Size: 577 Bytes
Versions: 40
Compression:
Stored size: 577 Bytes
Contents
{ "type": "object", "optional": true, "required": [ "startedDateTime", "id", "title", "pageTimings" ], "properties": { "startedDateTime": { "type": "string", "format": "date-time", "pattern": "^(\\d{4})(-)?(\\d\\d)(-)?(\\d\\d)(T)?(\\d\\d)(:)?(\\d\\d)(:)?(\\d\\d)(\\.\\d+)?(Z|([+-])(\\d\\d)(:)?(\\d\\d))" }, "id": { "type": "string", "unique": true }, "title": { "type": "string" }, "pageTimings": { "$ref": "#pageTimings" }, "comment": { "type": "string" } } }
Version data entries
40 entries across 35 versions & 10 rubygems