Updating the schema
This commit is contained in:
parent
3eb2ed77a4
commit
cb2c0b060b
1 changed files with 4 additions and 0 deletions
|
@ -109,6 +109,10 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Three-letter amino acid code of variant/mutant",
|
"description": "Three-letter amino acid code of variant/mutant",
|
||||||
"pattern": "^[A-Za-z0-9]+$"
|
"pattern": "^[A-Za-z0-9]+$"
|
||||||
|
},
|
||||||
|
"aa_variant_causes": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "The reason behind classifying a variant benign or damaging"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue