Skip to content

Commit 76f7684

Browse files
Add support for dmmr & highSignatures properties in content.spec.json
1 parent 5b0a9e1 commit 76f7684

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pori_python/ipr/content.spec.json

+15
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,11 @@
213213
},
214214
"type": "array"
215215
},
216+
"dmmr": {
217+
"default": false,
218+
"description": "dMMR signature flagged as high",
219+
"type": "boolean"
220+
},
216221
"expressionVariants": {
217222
"default": [],
218223
"items": {
@@ -476,6 +481,16 @@
476481
},
477482
"type": "array"
478483
},
484+
"highSignatures": {
485+
"default": [],
486+
"description": "List of Cosmic DBS, SBS and ID signature names flagged as high",
487+
"items": {
488+
"description": "Signature name",
489+
"example": "DBS1",
490+
"type": "string"
491+
},
492+
"type": "array"
493+
},
479494
"hlaTypes": {
480495
"items": {
481496
"properties": {

0 commit comments

Comments
 (0)