f9a6dd7090a45fc4e0eb11d4936d202d47271fc42b0672ed5fa5112bd43bc076d93e22b32423a16de33cde7bc6994d84daf471a97ceb011226b97ce6a5095d 200 B

12345678910111213
  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. }