blob: b15b93e99c179361b91a0219da55af9052c4a6b9 [file] [log] [blame]
BjornMagnussonXA048aaa12020-06-04 07:48:37 +02001{
2 "$schema": "http://json-schema.org/draft-07/schema#",
BjornMagnussonXAad047782020-06-08 15:54:11 +02003 "title": "Hello World Policy",
4 "description": "Hello World policy type",
BjornMagnussonXA048aaa12020-06-04 07:48:37 +02005 "type": "object",
6 "properties": {
7 "threshold": {
8 "type": "integer",
9 "default": 0
10 }
11 },
12 "additionalProperties": false
13 }