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

29 lines
402 B
JSON
Raw Permalink Normal View History

2025-05-27 11:25:53 +08:00
{
"id": "content.json#",
"type": "object",
"required": [
"size",
"mimeType"
],
"properties": {
"size": {
"type": "integer"
},
"compression": {
"type": "integer"
},
"mimeType": {
"type": "string"
},
"text": {
"type": "string"
},
"encoding": {
"type": "string"
},
"comment": {
"type": "string"
}
}
}