biofriction-wp-theme/node_modules/har-schema/lib/har.json

14 lines
200 B
JSON
Raw Permalink Normal View History

2021-10-26 14:18:09 +02:00
{
"$id": "har.json#",
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"required": [
"log"
],
"properties": {
"log": {
"$ref": "log.json#"
}
}
}