{ | |
"name": "tsapolicy", | |
"description": "tsa parameters", | |
"policy_type_id": 20008, | |
"create_schema": { | |
"$schema": "http://json-schema.org/draft-07/schema#", | |
"title": "TS Policy", | |
"description": "TS policy type", | |
"type": "object", | |
"properties": { | |
"threshold": { | |
"type": "integer", | |
"default": 0 | |
} | |
}, | |
"additionalProperties": false | |
} | |
} |