File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 43
43
"description" : " This is an analysis description" ,
44
44
"job" : " 54759eb3c090d83494e2d804" ,
45
45
"label" : " Analysis label" ,
46
- "user" : " user_1 "
46
+
47
47
}
Original file line number Diff line number Diff line change 5
5
"file-type" : { "type" : " string" },
6
6
"mimetype" : { "type" : " string" },
7
7
"modality" : { "type" : " string" },
8
- "classification" : {
9
- "type" : " object" ,
10
- },
8
+ "classification" : { "type" : " object" },
11
9
"tags" : {
12
10
"items" : { "type" : " string" },
13
11
"type" : " array" ,
82
80
"type" : " object" ,
83
81
"properties" : {
84
82
"type" : {"$ref" :" #/definitions/file-type" },
85
- "modality" : {"$ref" :" #/definitions/modality" } },
83
+ "modality" : {"$ref" :" #/definitions/modality" },
84
+ "classification" : {"$ref" :" #/definitions/classification" }
85
+ },
86
86
"additionalProperties" : false
87
87
},
88
88
"file-output" :{
You can’t perform that action at this time.
0 commit comments