-
Notifications
You must be signed in to change notification settings - Fork 1
JSON schema semantics
Brinda Vallat edited this page Oct 25, 2019
·
1 revision
-
$ref
: Foreign keys -
_primary_key
: If true indicates that the data item is a primary key -
type
: 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
; redundant -
attribute_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 item -
rcsb_enum_annotated
: Same asenum
; redundant -
required
: 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.