Skip to content

Instantly share code, notes, and snippets.

@thisismattmiller
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thisismattmiller/3abee2ab1d6e32e9bd1b to your computer and use it in GitHub Desktop.
Save thisismattmiller/3abee2ab1d6e32e9bd1b to your computer and use it in GitHub Desktop.
{
"d_id": 1234,
"d_type": "",
"uuid": "",
"collection_name": "",
"collection_uuid": "",
"container_name": "",
"container_uuid": "",
"seq_total": 12,
"sib_seq": 1,
"rights_profile": "",
"desc_md_status": "",
"org_unit_code": "",
"org_unit_name_short": "",
"has_captures" : "",
"orginal_mods" : "",
"fedora_mods" : "",
"record_date_created" : null,
"record_date_updated" : null
}
@thisismattmiller
Copy link
Author

d_id : database id
d_type: "Collection, Container, Item"
collection_name : from hash
collection_uuid : from hash
container_name : from hash
container_uuid : from hash
seq_total : from hash
sib_seq : from hash
rights_profile : from ???
desc_md_status : from hash?
org_unit_code : from hash
org_unit_name_short : from hash
has_captures : from ???
orginal_mods : from desc_md
fedora_mods : from ??? (with element ids)
record_date_created : from ???
record_date_updated : from ???

These would be for active Collection, Container and Items in MMS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment