Updating the schema
This commit is contained in:
parent
a256a12824
commit
fc4e589216
1 changed files with 9 additions and 1 deletions
|
@ -20,6 +20,14 @@
|
|||
"type": "string",
|
||||
"description": "URL linking to the entry at the partner resource"
|
||||
},
|
||||
"model_coordinates_url": {
|
||||
"type": "string",
|
||||
"description": "URL linking to a structural model at the partner resource"
|
||||
},
|
||||
"includes_het_groups": {
|
||||
"type": "boolean",
|
||||
"description": "Does this JSON include annotations of HET residues"
|
||||
},
|
||||
"release_date": {
|
||||
"type": "string",
|
||||
"description": "Release date of the annotation",
|
||||
|
@ -56,7 +64,7 @@
|
|||
"properties": {
|
||||
"pdb_res_label": {
|
||||
"type": "string",
|
||||
"description": "Residue index from the related PDB entry"
|
||||
"description": "Author residue index from the corresponding PDB entry (a.k.a. auth_seq_id)"
|
||||
},
|
||||
"aa_type": {
|
||||
"type": "string",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue