{
    "@context": "https://schema.org",
    "@type": "ProfilePage",
    "dateCreated": "[[dateCreated]]",
    "dateModified": "[[dateModified]]",
    "mainEntity": {
        "@type": "Person",
        "@id": "[[personId]]",
        "name": "[[name]]",
        "alternateName": "[[alternateName]]",
        "identifier": "[[identifier]]",
        "description": "[[description]]",
        "image": "[[image]]",
        "url": "[[url]]",
        "sameAs": "[[sameAs]]",
        "interactionStatistic": {
            "@type": "InteractionCounter",
            "interactionType": "https://schema.org/WriteAction",
            "userInteractionCount": "[[postCount]]"
        }
    }
}
