You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
200 B

  1. {
  2. "$id": "har.json#",
  3. "$schema": "http://json-schema.org/draft-06/schema#",
  4. "type": "object",
  5. "required": [
  6. "log"
  7. ],
  8. "properties": {
  9. "log": {
  10. "$ref": "log.json#"
  11. }
  12. }
  13. }