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

20 lines
250 B
JSON
Raw Normal View History

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