Gitiles
Code Review
Sign In
gerrit.nordix.org
/
oransc
/
nonrtric
/
62c6c9d408d60fedc20e93238f4f57562298f3d2
/
.
/
test
/
auto-test
/
testdata
/
OSC
/
tsa.json
blob: b1d443ba3dbc1b94711ca03cc8ddbe4e5f45b191 [
file
] [
log
] [
blame
]
{
"$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
}