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
/
sim_tsa.json
1
{
2
"name": "tsapolicy",
3
"description": "tsa parameters",
4
"policy_type_id": 20008,
5
"create_schema": {
6
"$schema": "http://json-schema.org/draft-07/schema#",
7
"title": "TS Policy",
8
"description": "Traffic Steering - High prio traffic - policy type",
9
"type": "object",
10
"properties": {
11
"threshold": {
12
"type": "integer",
13
"default": 0
14
}
15
},
16
"additionalProperties": false
17
}
18
}