File tree Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ This repository consist of the following files:
7
7
- * nbmp-schema-definitions.json* core schema definitions
8
8
- * nbmp-function-schema.json* Function Description Document schema
9
9
- * nbmp-task-schema.json* Task Description Document schema
10
- - * nbmp-task -schema.json* Workflow Description Document schema
10
+ - * nbmp-workflow -schema.json* Workflow Description Document schema
11
11
- * example-parameter-representation* Configuration parameters example of ISO/IEC 23090-8, subclause 9.22.2
12
- - * fuction-RTP-fifo.json* Fifo Function Reference Template parameters
13
- - * fuction-RTP-merger.json* Merger Function Reference Template parameters
14
- - * fuction-RTP-splitter.json* Splitter Function Reference Template parameters
12
+ - * fuction-RTP-* .json* Function Reference Template parameters
Original file line number Diff line number Diff line change 131
131
"items" : {
132
132
"type" : " number" ,
133
133
"minItems" : 2 ,
134
- "maxItems" :2
134
+ "maxItems" : 2
135
135
}
136
136
},
137
137
"distortion" : {
Original file line number Diff line number Diff line change 1261
1261
"minimum" : 0
1262
1262
}
1263
1263
}
1264
+ },
1265
+ "scope" : {
1266
+ "title" : " Scope Descriptor Schema" ,
1267
+ "type" : " object" ,
1268
+ "required" : [" blacklist" ],
1269
+ "properties" : {
1270
+ "blacklist" : {
1271
+ "type" : " array" ,
1272
+ "minItems" : 1 ,
1273
+ "uniqueItems" : true ,
1274
+ "items" : {
1275
+ "type" : " string"
1276
+ }
1277
+ }
1278
+ }
1264
1279
}
1265
1280
}
You can’t perform that action at this time.
0 commit comments