PATH:
usr
/
local
/
lib
/
node_modules
/
knex-migrator
/
node_modules
/
har-schema
/
lib
{ "$id": "page.json#", "$schema": "http://json-schema.org/draft-06/schema#", "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.json#" }, "comment": { "type": "string" } } }
[-] page.json
[edit]
[-] creator.json
[edit]
[-] cache.json
[edit]
[-] afterRequest.json
[edit]
[-] content.json
[edit]
[-] har.json
[edit]
[+]
..
[-] log.json
[edit]
[-] timings.json
[edit]
[-] beforeRequest.json
[edit]
[-] header.json
[edit]
[-] entry.json
[edit]
[-] browser.json
[edit]
[-] response.json
[edit]
[-] index.js
[edit]
[-] request.json
[edit]
[-] pageTimings.json
[edit]
[-] postData.json
[edit]
[-] cookie.json
[edit]
[-] query.json
[edit]