blob: 684f80df8c3776259f8e69e81f0ddd7c04e9fed2 [file] [log] [blame]
BjornMagnussonXA048aaa12020-06-04 07:48:37 +02001{
2 "$schema": "http://json-schema.org/draft-07/schema#",
3 "title": "HW Policy",
4 "description": "HW policy type",
5 "type": "object",
6 "properties": {
7 "threshold": {
8 "type": "integer",
9 "default": 0
10 }
11 },
12 "additionalProperties": false
13 }