Codebase list node-har-schema / e722975f-d5cb-4f1c-8457-0f6f568d78d5/main lib / har.json
e722975f-d5cb-4f1c-8457-0f6f568d78d5/main

Tree @e722975f-d5cb-4f1c-8457-0f6f568d78d5/main (Download .tar.gz)

har.json @e722975f-d5cb-4f1c-8457-0f6f568d78d5/mainraw · history · blame

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