Skip to content
Snippets Groups Projects
Commit 28121032 authored by Colton Leekley-Winslow's avatar Colton Leekley-Winslow
Browse files

update analysis definition job property

parent 8507f2fa
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,6 @@
},
"notes": {"type": "array", "items": {"$ref": "note.json"}},
"description" : {"type": "string"},
"job": {"type": "string"},
"label": {"type": "string", "minLength": 1, "maxLength": 256},
"user": {"type": "string"},
"analysis-input":{
......@@ -26,7 +25,7 @@
"outputs":{"$ref":"#/definitions/outputs"},
"notes":{"$ref":"#/definitions/notes"},
"description":{"$ref":"#/definitions/description"},
"job":{"$ref":"#/definitions/job"},
"job":{"$ref":"../definitions/job.json#/definitions/_id"},
"label":{"$ref":"#/definitions/label"},
"user":{"$ref":"#/definitions/user"}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment