Created
September 19, 2018 02:03
-
-
Save jimmyz/5dcbe8c6eb2b22adef9862a3dc67c866 to your computer and use it in GitHub Desktop.
Parents Read - Child and Parents Relationships
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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