Skip to content

Commit 6971da8

Browse files
authored
Merge pull request #19 from yuyou/master
Fixed README typo and added scope JSON definition
2 parents 7e79ef0 + b07b9c6 commit 6971da8

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ This repository consist of the following files:
77
- *nbmp-schema-definitions.json* core schema definitions
88
- *nbmp-function-schema.json* Function Description Document schema
99
- *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
1111
- *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

function-RTP-360sticher.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"items": {
132132
"type": "number",
133133
"minItems": 2,
134-
"maxItems":2
134+
"maxItems": 2
135135
}
136136
},
137137
"distortion": {

nbmp-schema-definitions.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,5 +1261,20 @@
12611261
"minimum": 0
12621262
}
12631263
}
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+
}
12641279
}
12651280
}

0 commit comments

Comments
 (0)