Sha256: 7a709a78e1d9e90bbbc65c0dd0ce51930692d1aa45466f88ce4c78a78fdcbaf6
Contents?: true
Size: 756 Bytes
Versions: 4
Compression:
Stored size: 756 Bytes
Contents
{ "id": "logType", "description": "HTTP Archive structure.", "type": "object", "properties": { "log": { "type": "object", "properties": { "version": { "type": "string", "required": true }, "creator": { "$ref": "creatorType", "required": true }, "browser": { "$ref": "browserType" }, "pages": { "type": "array", "items": { "$ref": "pageType" } }, "entries": { "type": "array", "items": { "$ref": "entryType" }, "required": true }, "comment": { "type": "string" } } } } }
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
har-0.1.5 | lib/har/schemas/logType.json |
har-0.1.4 | lib/har/schemas/logType.json |
har-0.1.3 | lib/har/schemas/logType.json |
har-0.1.2 | lib/har/schemas/logType.json |