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

20 lines
249 B
JSON
Raw Permalink Normal View History

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