kubernetes-handbook/node_modules/har-validator/lib/schemas/har.json

12 lines
117 B
JSON
Raw Normal View History

2021-04-13 00:24:28 +08:00
{
"type": "object",
"required": [
"log"
],
"properties": {
"log": {
"$ref": "#log"
}
}
}