Gitiles
Code Review
Sign In
gerrit.nordix.org
/
oransc
/
nonrtric
/
4681b7e887f4b49608737f0ffe2a04052d2e43a4
/
.
/
test
/
auto-test
/
testdata
/
OSC
/
hw.json
blob: b15b93e99c179361b91a0219da55af9052c4a6b9 [
file
] [
log
] [
blame
]
{
"$schema"
:
"http://json-schema.org/draft-07/schema#"
,
"title"
:
"Hello World Policy"
,
"description"
:
"Hello World policy type"
,
"type"
:
"object"
,
"properties"
:
{
"threshold"
:
{
"type"
:
"integer"
,
"default"
:
0
}
},
"additionalProperties"
:
false
}