PATH:
usr
/
local
/
lib
/
node_modules
/
bower
/
lib
/
node_modules
/
har-validator
/
lib
/
schemas
{ "type": "object", "required": [ "status", "statusText", "httpVersion", "cookies", "headers", "content", "redirectURL", "headersSize", "bodySize" ], "properties": { "status": { "type": "integer" }, "statusText": { "type": "string" }, "httpVersion": { "type": "string" }, "cookies": { "type": "array", "items": { "$ref": "#cookie" } }, "headers": { "type": "array", "items": { "$ref": "#record" } }, "content": { "$ref": "#content" }, "redirectURL": { "type": "string" }, "headersSize": { "type": "integer" }, "bodySize": { "type": "integer" }, "comment": { "type": "string" } } }
[-] page.json
[edit]
[-] creator.json
[edit]
[-] cache.json
[edit]
[-] content.json
[edit]
[-] har.json
[edit]
[+]
..
[-] log.json
[edit]
[-] timings.json
[edit]
[-] entry.json
[edit]
[-] response.json
[edit]
[-] index.js
[edit]
[-] record.json
[edit]
[-] request.json
[edit]
[-] pageTimings.json
[edit]
[-] postData.json
[edit]
[-] cookie.json
[edit]
[-] cacheEntry.json
[edit]