Code Review
/
nonrtric.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Merge "Updates tests due to dmaap adapter changes"
[nonrtric.git]
/
test
/
auto-test
/
testdata
/
OSC
/
tsa.json
1
{
2
"$schema": "http://json-schema.org/draft-07/schema#",
3
"title": "TS Policy",
4
"description": "Traffic Steering - High prio traffic - policy type",
5
"type": "object",
6
"properties": {
7
"threshold": {
8
"type": "integer",
9
"default": 0
10
}
11
},
12
"additionalProperties": false
13
}