1
0
mirror of https://codeberg.org/teddit/teddit synced 2025-02-13 18:50:35 +01:00
2020-11-17 21:44:32 +01:00

14 lines
200 B
JSON

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