W72crm_web-master/node_modules/har-schema/lib/browser.json

20 lines
255 B
JSON
Raw Normal View History

2025-05-27 11:25:53 +08:00
{
"id": "browser.json#",
"type": "object",
"required": [
"name",
"version"
],
"properties": {
"name": {
"type": "string"
},
"version": {
"type": "string"
},
"comment": {
"type": "string"
}
}
}