SourceCitation (JSON)
Represents a source citation.
Properties
Name |
Type |
Description |
|
lang |
string
|
The language of the citation. See http://www.w3.org/International/articles/language-tags/ |
|
value |
string
|
A rendering (as a string) of a source citation. This rendering should be the most complete rendering available. |
|
citationTemplate |
ResourceReference
|
A reference to the citation template for this citation. |
FTU
|
fields |
array of
CitationField
|
The list of citation fields. |
FTU
|
Properties inherited from HypermediaEnabledData |
links |
map of
Link
|
The list of hypermedia links. Links are not specified by GEDCOM X core, but as extension elements by GEDCOM X RS. |
|
Properties inherited from ExtensibleData |
id |
string
|
A local, context-specific id for the data. |
|
Example
{
"lang" : "...",
"value" : "...",
"citationTemplate" : {
"resourceId" : "...",
"resource" : "..."
},
"fields" : [ {
"name" : "...",
"value" : "..."
}, {
"name" : "...",
"value" : "..."
} ],
"links" : {
"property1" : {
"href" : "...",
"template" : "...",
"title" : "...",
"type" : "...",
"accept" : "...",
"allow" : "...",
"hreflang" : "...",
"count" : 12345,
"offset" : 12345,
"results" : 12345
},
"property2" : {
"href" : "...",
"template" : "...",
"title" : "...",
"type" : "...",
"accept" : "...",
"allow" : "...",
"hreflang" : "...",
"count" : 12345,
"offset" : 12345,
"results" : 12345
}
},
"id" : "..."
}