JSON schema semantics - informatics-isi-edu/pdb-ihm GitHub Wiki
JSON schema semantics:
$ref
: Foreign keys_primary_key
: If true indicates that the data item is a primary keytype
: Indicates the type of data (string, integer, number)examples
: Examples of the data item (shown while hovering on column name)description
: Description of the data item (shown while hovering on column name)rcsb_description
: Same asdescription
; redundantattribute_groups
: Group together data items that form composite keys. The id and labels within the attribute groups differentiate the multiple instances of the composite foreign keys. These are used along with$ref
.enum
: Controlled vocabulary of allowed values for a data itemrcsb_enum_annotated
: Same asenum
; redundantrequired
: List of mandatory data items in a table
Each table has a structure_id data item that points to the entry_id, which is the PDB accession code.
The JSON schema is generated from the IHM-dictionary. This is an extension of the PDBx/mmCIF data dictionary.