summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/har-validator/lib/schemas/creator.json
blob: 50586006460885579c7879c5ff2fe6f4916ff9d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "type": "object",
  "required": [
    "name",
    "version"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    }
  }
}