blob: 47e0ae056573ddde0f5203f854d73efada07f711 [file] [log] [blame]
BjornMagnussonXA048aaa12020-06-04 07:48:37 +02001{
2 "name": "hwpolicy",
3 "description": "Hellow World policy type",
4 "policy_type_id": 2,
5 "create_schema": {
6 "$schema": "http://json-schema.org/draft-07/schema#",
7 "title": "HW Policy",
BjornMagnussonXAad047782020-06-08 15:54:11 +02008 "description": "Hello World policy type",
BjornMagnussonXA048aaa12020-06-04 07:48:37 +02009 "type": "object",
10 "properties": {
11 "threshold": {
12 "type": "integer",
13 "default": 0
14 }
15 },
16 "additionalProperties": false
17 }
18 }