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

20 lines
249 B
JSON
Raw Normal View History

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