X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=node_modules%2Fphantomjs-prebuilt%2Fnode_modules%2Fhar-validator%2Flib%2Fschemas%2Flog.json;fp=node_modules%2Fphantomjs-prebuilt%2Fnode_modules%2Fhar-validator%2Flib%2Fschemas%2Flog.json;h=0c91d38bf59f8af1cdacce58cc66c34007e543ee;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/node_modules/phantomjs-prebuilt/node_modules/har-validator/lib/schemas/log.json b/node_modules/phantomjs-prebuilt/node_modules/har-validator/lib/schemas/log.json new file mode 100644 index 000000000..0c91d38bf --- /dev/null +++ b/node_modules/phantomjs-prebuilt/node_modules/har-validator/lib/schemas/log.json @@ -0,0 +1,34 @@ +{ + "type": "object", + "required": [ + "version", + "creator", + "entries" + ], + "properties": { + "version": { + "type": "string" + }, + "creator": { + "$ref": "#creator" + }, + "browser": { + "$ref": "#creator" + }, + "pages": { + "type": "array", + "items": { + "$ref": "#page" + } + }, + "entries": { + "type": "array", + "items": { + "$ref": "#entry" + } + }, + "comment": { + "type": "string" + } + } +}