Updating the schema

This commit is contained in:
mvaradi 2020-03-03 09:37:18 +00:00
parent a256a12824
commit fc4e589216

View file

@ -20,6 +20,14 @@
"type": "string", "type": "string",
"description": "URL linking to the entry at the partner resource" "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": { "release_date": {
"type": "string", "type": "string",
"description": "Release date of the annotation", "description": "Release date of the annotation",
@ -56,7 +64,7 @@
"properties": { "properties": {
"pdb_res_label": { "pdb_res_label": {
"type": "string", "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": { "aa_type": {
"type": "string", "type": "string",