5ea5802a5b04f5fa683b1e0401cf42d0ca8e28d9
[nonrtric.git] / test / auto-test / demo-testdata / OSC / hw-agent-modified.json
1 {
2     "$schema": "http://json-schema.org/draft-07/schema#",
3     "title": "2",
4     "description": "Hello World policy type",
5     "type": "object",
6     "properties": {
7       "threshold": {
8         "type": "integer",
9         "default": 0
10       }
11     },
12     "additionalProperties": false
13   }