BjornMagnussonXA | 048aaa1 | 2020-06-04 07:48:37 +0200 | [diff] [blame] | 1 | { |
| 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", |
BjornMagnussonXA | ad04778 | 2020-06-08 15:54:11 +0200 | [diff] [blame^] | 8 | "description": "Hello World policy type", |
BjornMagnussonXA | 048aaa1 | 2020-06-04 07:48:37 +0200 | [diff] [blame] | 9 | "type": "object", |
| 10 | "properties": { |
| 11 | "threshold": { |
| 12 | "type": "integer", |
| 13 | "default": 0 |
| 14 | } |
| 15 | }, |
| 16 | "additionalProperties": false |
| 17 | } |
| 18 | } |