DisplayProperties (JSON)
A set of display properties for the convenience of quick display, such as for
a Web-based application. All display properties are provided in the default locale for the current
application context and are NOT considered canonical for the purposes of data exchange.
Properties
Name |
Type |
Description |
|
name |
string
|
The displayable name of the person. |
|
gender |
string
|
The displayable label for the gender of the person. |
|
lifespan |
string
|
The displayable label for the lifespan of the person. |
|
birthDate |
string
|
The displayable label for the birth date of the person. |
|
birthPlace |
string
|
The displayable label for the birth place of the person. |
|
deathDate |
string
|
The displayable label for the death date of the person. |
|
deathPlace |
string
|
The displayable label for the death place of the person. |
|
marriageDate |
string
|
The displayable label for the marriage date of the person. |
|
marriagePlace |
string
|
The displayable label for the marriage place of the person. |
|
ascendancyNumber |
string
|
The context-specific ascendancy number for the person in relation to the other persons in the request. The ancestry number is defined using the Ahnentafel numbering system. |
|
descendancyNumber |
string
|
The context-specific descendancy number for the person in relation to the other persons in the request. The descendancy number is defined using the d'Aboville numbering system. |
|
relationshipDescription |
string
|
The context-specific relationship description for the person in relation to the root person in the request. |
|
familiesAsParent |
array of
FamilyView
|
The family views where this person is a parent |
|
familiesAsChild |
array of
FamilyView
|
The family views where this person is a child |
|
role |
string
|
The role of this person in the current display context. |
|
Properties inherited from ExtensibleData |
id |
string
|
A local, context-specific id for the data. |
|
Example
{
"name" : "...",
"gender" : "...",
"lifespan" : "...",
"birthDate" : "...",
"birthPlace" : "...",
"deathDate" : "...",
"deathPlace" : "...",
"marriageDate" : "...",
"marriagePlace" : "...",
"ascendancyNumber" : "...",
"descendancyNumber" : "...",
"relationshipDescription" : "...",
"familiesAsParent" : [ {
"parent1" : {
"resourceId" : "...",
"resource" : "..."
},
"parent2" : {
"resourceId" : "...",
"resource" : "..."
},
"children" : [ {
"resourceId" : "...",
"resource" : "..."
}, {
"resourceId" : "...",
"resource" : "..."
} ],
"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" : "..."
}, {
"parent1" : {
"resourceId" : "...",
"resource" : "..."
},
"parent2" : {
"resourceId" : "...",
"resource" : "..."
},
"children" : [ {
"resourceId" : "...",
"resource" : "..."
}, {
"resourceId" : "...",
"resource" : "..."
} ],
"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" : "..."
} ],
"familiesAsChild" : [ {
"parent1" : {
"resourceId" : "...",
"resource" : "..."
},
"parent2" : {
"resourceId" : "...",
"resource" : "..."
},
"children" : [ {
"resourceId" : "...",
"resource" : "..."
}, {
"resourceId" : "...",
"resource" : "..."
} ],
"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" : "..."
}, {
"parent1" : {
"resourceId" : "...",
"resource" : "..."
},
"parent2" : {
"resourceId" : "...",
"resource" : "..."
},
"children" : [ {
"resourceId" : "...",
"resource" : "..."
}, {
"resourceId" : "...",
"resource" : "..."
} ],
"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" : "..."
} ],
"role" : "...",
"id" : "..."
}