blob: df016aa8c7eef3769b96bc2e929b5f445b97de81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"dataformatversion": "1.0.0",
"jsonschema": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalproperties": true,
"description": "",
"properties": {
"policyName": {
"description": "",
"type": "string"
}
},
"required": [
"policyName"
],
"type": "object"
},
"self": {
"description": "",
"name": "SON_TO_POLICY_REST_REQ",
"version": "1.0.0"
}
}
|