Skip to content

Instantly share code, notes, and snippets.

@lizkrznarich
Last active April 12, 2016 12:14
Show Gist options
  • Save lizkrznarich/70d3b9e293002c49023e to your computer and use it in GitHub Desktop.
Save lizkrznarich/70d3b9e293002c49023e to your computer and use it in GitHub Desktop.
ORCID JSON Pre/Post 2015-05-05 Jackson Upgrade
{
"message-version" : "1.2",
"orcid-profile" : {
"orcid" : null,
"orcid-id" : null,
"orcid-identifier" : {
"value" : null,
"uri" : "http://localhost:8080/orcid-web/0000-0001-8451-0064",
"path" : "0000-0001-8451-0064",
"host" : "localhost"
},
"orcid-deprecated" : null,
"orcid-preferences" : {
"locale" : "EN"
},
"orcid-history" : {
"creation-method" : "WEBSITE",
"completion-date" : {
"value" : 1350049869334
},
"submission-date" : {
"value" : 1350048234370
},
"last-modified-date" : {
"value" : 1419963522935
},
"claimed" : {
"value" : true
},
"source" : null,
"deactivation-date" : null,
"verified-email" : {
"value" : true
},
"verified-primary-email" : {
"value" : true
},
"visibility" : null
},
"orcid-bio" : {
"personal-details" : {
"given-names" : {
"value" : "Will"
},
"family-name" : {
"value" : "Simpson"
},
"credit-name" : null,
"other-names" : {
"other-name" : [ ],
"visibility" : "PUBLIC"
}
},
"biography" : {
"value" : "",
"visibility" : "PUBLIC"
},
"researcher-urls" : {
"researcher-url" : [ ],
"visibility" : "PUBLIC"
},
"contact-details" : null,
"keywords" : null,
"external-identifiers" : null,
"delegation" : null,
"applications" : null,
"scope" : null
},
"orcid-activities" : null,
"orcid-internal" : null,
"type" : "USER",
"group-type" : null,
"client-type" : null
},
"orcid-search-results" : null,
"error-desc" : null
}
{
"message-version" : "1.2",
"orcid-profile" : {
"orcid" : null,
"orcid-identifier" : {
"value" : null,
"uri" : "http://localhost:8080/orcid-web/0000-0001-8451-0064",
"path" : "0000-0001-8451-0064",
"host" : "localhost"
},
"orcid-preferences" : {
"locale" : "EN"
},
"orcid-history" : {
"creation-method" : "WEBSITE",
"completion-date" : {
"value" : 1350049869334
},
"submission-date" : {
"value" : 1350048234370
},
"last-modified-date" : {
"value" : 1419963522935
},
"claimed" : {
"value" : true
},
"source" : null,
"verified-email" : {
"value" : true
},
"verified-primary-email" : {
"value" : true
},
"visibility" : null
},
"orcid-bio" : {
"personal-details" : {
"given-names" : {
"value" : "Will"
},
"family-name" : {
"value" : "Simpson"
},
"other-names" : {
"other-name" : [ ],
"visibility" : "PUBLIC"
}
},
"biography" : {
"value" : "",
"visibility" : "PUBLIC"
},
"researcher-urls" : {
"researcher-url" : [ ],
"visibility" : "PUBLIC"
},
"keywords" : null,
"delegation" : null,
"applications" : null,
"scope" : null
},
"type" : "USER",
"group-type" : null,
"client-type" : null
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment