{
    "type": "object",
    "properties": {
        "attributes": {
            "type": "object",
            "properties": {
                "type": {
                    "type": "string"
                },
                "url": {
                    "type": "string"
                }
            },
            "required": [
                "type",
                "url"
            ]
        },
        "Id": {
            "type": "string"
        },
        "IsDeleted": {
            "type": "boolean"
        },
        "MasterRecordId": {
            "type": "null"
        },
        "LastName": {
            "type": "string"
        },
        "Suffix": {
            "type": "null"
        },
        "Name": {
            "type": "string"
        },
        "Latitude": {
            "type": "null"
        },
        "Longitude": {
            "type": "null"
        },
        "GeocodeAccuracy": {
            "type": "null"
        },
        "Address": {
            "type": "object",
            "properties": {
                "geocodeAccuracy": {
                    "type": "null"
                },
                "latitude": {
                    "type": "null"
                },
                "longitude": {
                    "type": "null"
                }
            },
            "required": [
                "city",
                "country",
                "geocodeAccuracy",
                "latitude",
                "longitude",
                "postalCode",
                "state",
                "street"
            ]
        },
        "Status": {
            "type": "string"
        },
        "OwnerId": {
            "type": "string"
        },
        "IsConverted": {
            "type": "boolean"
        },
        "IsUnreadByOwner": {
            "type": "boolean"
        },
        "CreatedDate": {
            "type": "string"
        },
        "CreatedById": {
            "type": "string"
        },
        "LastModifiedDate": {
            "type": "string"
        },
        "LastModifiedById": {
            "type": "string"
        },
        "SystemModstamp": {
            "type": "string"
        },
        "Jigsaw": {
            "type": "null"
        },
        "JigsawContactId": {
            "type": "null"
        },
        "EmailBouncedReason": {
            "type": "null"
        },
        "EmailBouncedDate": {
            "type": "null"
        },
        "IsPriorityRecord": {
            "type": "boolean"
        },
        "AnnualRevenue": {
            "type": "null"
        },
        "IndividualId": {
            "type": "null"
        },
        "HasOptedOutOfEmail": {
            "type": "boolean"
        }
    },
    "version": 1
}
