AlternateDate (JSON)
An alternate date.
URI: | AlternateDate |
Extends: | Date |
Properties
Name |
Type |
Description |
|
Properties inherited from Date |
original |
string
|
The original text as supplied by the user. |
|
formal |
string
|
The standardized and/or normalized formal value. |
|
normalized |
array of
TextValue
|
The list of normalized values for the date, provided for display purposes by the application. Normalized values are
not specified by GEDCOM X core, but as extension elements by GEDCOM X RS. |
|
confidence |
string
|
The level of confidence the contributor has about the data. |
|
Properties inherited from ExtensibleData |
id |
string
|
A local, context-specific id for the data. |
|
Example
{
"original" : "...",
"formal" : "...",
"normalized" : [ {
"lang" : "...",
"value" : "..."
}, {
"lang" : "...",
"value" : "..."
} ],
"confidence" : "...",
"id" : "..."
}