aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@webpack-contrib/schema-utils/schema/options.json
blob: d88fbf164f0c3363bb9706c20f5d4fe13976ba05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "type": "object",
  "properties": {
    "exit": {
      "type": "boolean"
    },
    "log": {
      "type": "boolean"
    },
    "name": {
      "type": "string"
    },
    "schema": {
      "type": ["string", "object"]
    },
    "target": {
      "type": "object"
    },
    "throw": {
      "type": "boolean"
    }
  },
  "additionalProperties": false,
  "required": ["name", "schema", "target"]
}