{ | |
"name": "hwpolicy", | |
"description": "Hellow World policy type", | |
"policy_type_id": 2, | |
"create_schema": { | |
"$schema": "http://json-schema.org/draft-07/schema#", | |
"title": "HW Policy", | |
"description": "HW policy type", | |
"type": "object", | |
"properties": { | |
"threshold": { | |
"type": "integer", | |
"default": 0 | |
} | |
}, | |
"additionalProperties": false | |
} | |
} |