Skip to content

Instantly share code, notes, and snippets.

@jimmyz
Created September 19, 2018 02:03
Show Gist options
  • Save jimmyz/5dcbe8c6eb2b22adef9862a3dc67c866 to your computer and use it in GitHub Desktop.
Save jimmyz/5dcbe8c6eb2b22adef9862a3dc67c866 to your computer and use it in GitHub Desktop.
Parents Read - Child and Parents Relationships
"childAndParentsRelationships": [
{
"id": "MTKG-DBV",
"father": {
"resource": "#L2YM-NBS",
"resourceId": "L2YM-NBS"
},
"mother": {
"resource": "#L2YM-ND7",
"resourceId": "L2YM-ND7"
},
"child": {
"resource": "https://api.familysearch.org/platform/tree/persons/LFFR-SJ8",
"resourceId": "LFFR-SJ8"
},
...
"fatherFacts": [
{
...
"type": "http://gedcomx.org/BiologicalParent"
}
],
"motherFacts": [
{
"type": "http://gedcomx.org/BiologicalParent"
}
]
},
{
"id": "MLF2-X61",
"father": {
"resource": "#KW69-89X",
"resourceId": "KW69-89X"
},
"mother": {
"resource": "#LFFR-SK9",
"resourceId": "LFFR-SK9"
},
"child": {
"resource": "https://api.familysearch.org/platform/tree/persons/LFFR-SJ8",
"resourceId": "LFFR-SJ8"
},
...
"fatherFacts": [
{
...
"type": "http://gedcomx.org/AdoptiveParent"
}
],
"motherFacts": [
{
...
"type": "http://gedcomx.org/AdoptiveParent"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment