frappe_docker/frappe-bench/node_modules/har-schema/lib/header.json
2017-07-31 15:51:51 +05:30

19 lines
250 B
JSON

{
"id": "header.json#",
"type": "object",
"required": [
"name",
"value"
],
"properties": {
"name": {
"type": "string"
},
"value": {
"type": "string"
},
"comment": {
"type": "string"
}
}
}