{
    "person" : {
        "properties": ["firstName", "isCurrentUser", "namePrefix", "middleName", "familyName", "nameSuffix", "alsoKnownAs"],
        "relationship_types": {
            "hasContactInformation": "addressRelationshipType",
            "identifier" : "identifierRelationshipType",
            "hasAssociation": "agentAffiliationRelationshipType",
        },
        "topLevelEntity": "true"
    },

    "addressRelationshipType" : {
        "properties" : ["emailAddress"]
    },

    "identifierRelationshipType" : {
        "properties" : ["identifierId", "identifierType"]
    },

    "agentAffiliationRelationshipType": {
        "properties" : ["personIdentifier", "relationshipLabel", "confidence", "unlocalizedRelationshipLabel"]
    },

    "software": {
        "properties": ["name", "bundleIdentifier"],
        "topLevelEntity": "true"
    }
}

