install-nix-action/node_modules/har-schema/lib/har.json
Domen Kožar 08403cd828
v5
2019-11-13 17:14:48 +01:00

13 lines
200 B
JSON

{
"$id": "har.json#",
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"required": [
"log"
],
"properties": {
"log": {
"$ref": "log.json#"
}
}
}