Note (JSON)
A note about a genealogical resource (e.g. conclusion or source).
Properties
Name |
Type |
Description |
|
subject |
string
|
The subject of the note. This is a short title describing the contents of the note text. |
|
text |
string
|
The text of the note. |
|
attribution |
Attribution
|
Attribution metadata for a note. |
|
lang |
string
|
The language of the note. See http://www.w3.org/International/articles/language-tags/ |
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
{
"subject" : "...",
"text" : "...",
"attribution" : {
"contributor" : {
"resourceId" : "...",
"resource" : "..."
},
"modified" : 12345,
"changeMessage" : "...",
"changeMessageResource" : "...",
"creator" : {
"resourceId" : "...",
"resource" : "..."
},
"created" : 12345,
"id" : "..."
},
"lang" : "...",
"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" : "..."
}