Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Documentation
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rachael Hu
Documentation
Commits
eae0fd08
Commit
eae0fd08
authored
Jan 05, 2016
by
Robbie Hott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added example JSON files
parent
82702056
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
64 additions
and
1 deletion
+64
-1
Constellation.md
Specifications/Server API/Constellation.md
+8
-1
Full Constellation.json
Specifications/Server API/Examples/Full Constellation.json
+0
-0
Partial Constellation.json
...ifications/Server API/Examples/Partial Constellation.json
+56
-0
No files found.
Specifications/Server API/Constellation.md
View file @
eae0fd08
# Constellation Structure
# JSON Constellation Structure
This document defines the entire structure of the API constellation object. For reference, we provide the following examples:
*
[
Partial constellation structure
](
/Specifications/Server
API/Examples/Partial Constellation.json)
*
[
Full constellation structure
](
/Specifications/Server
API/Examples/Full Constellation.json)
## Constellation API Definition
The constellation structure has the following components:
...
...
Specifications/Server API/Examples/Full Constellation.json
0 → 100644
View file @
eae0fd08
This diff is collapsed.
Click to expand it.
Specifications/Server API/Examples/Partial Constellation.json
0 → 100644
View file @
eae0fd08
{
"constellation"
:
{
"dataType"
:
"Constellation"
,
"id"
:
null
,
"version"
:
null
,
"ark"
:
null
,
"entityType"
:
null
,
"otherRecordIDs"
:
[],
"maintenanceStatus"
:
null
,
"maintenanceAgency"
:
null
,
"maintenanceEvents"
:
[],
"sources"
:
[],
"legalStatuses"
:
[],
"conventionDeclaration"
:
null
,
"constellationLanguage"
:
null
,
"constellationLanguageCode"
:
null
,
"constellationScript"
:
null
,
"constellationScriptCode"
:
null
,
"language"
:
null
,
"languageCode"
:
null
,
"script"
:
null
,
"scriptCode"
:
null
,
"nameEntries"
:
[
{
"dataType"
:
"NameEntry"
,
"id"
:
null
,
"version"
:
null
,
"original"
:
"Jefferson, Thomas, 1743-1826."
,
"preferenceScore"
:
"99"
,
"contributors"
:
[
{
"type"
:
"authorizedForm"
,
"contributor"
:
"VIAF"
}
],
"language"
:
null
,
"scriptCode"
:
null
,
"useDates"
:
null
}
],
"occupations"
:
[],
"biogHists"
:
[],
"existDates"
:
[],
"existDatesNote"
:
null
,
"relations"
:
[],
"resourceRelations"
:
[],
"functions"
:
[],
"places"
:
[],
"subjects"
:
[],
"nationality"
:
null
,
"gender"
:
null
,
"generalContext"
:
null
,
"structureOrGenealogy"
:
null
,
"mandate"
:
null
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment