pixsy/node_modules/har-schema/lib/browser.json

20 lines
255 B
JSON
Raw Normal View History

2017-12-22 17:22:08 +00:00
{
"id": "browser.json#",
"type": "object",
"required": [
"name",
"version"
],
"properties": {
"name": {
"type": "string"
},
"version": {
"type": "string"
},
"comment": {
"type": "string"
}
}
}