{
    "@context": [
        "https://www.w3.org/ns/activitystreams",
        "https://w3id.org/security/v1",
        {"@language": "en"}
    ],
    "id": "https://jasonrbriggs.com/@me/actor",
    "url": "https://jasonrbriggs.com/@me",
    "type": "Person",
    "discoverable": true,
    "preferredUsername": "jasonrbriggs",
    "summary": "Software Developer and Author of Python for Kids, Kiwi living in the UK",
    "inbox": "https://jasonrbriggs.com/api/inbox",
    "outbox": "https://jasonrbriggs.com/@me/outbox",
    "followers": "https://jasonrbriggs.com/@me/followers",
    "icon": {
        "type": "Image",
        "mediaType": "image/png",
        "url": "https://jasonrbriggs.com/img/gravatar2.png"
    },
    "image": {
        "type": "Image",
        "mediaType": "image/jpeg",
        "url": "https://jasonrbriggs.com/img/social-banner.jpg"
    },
    "attachment": [
        {
        "type": "PropertyValue",
        "name": "SITE",
        "value": "<a href=\"https://jasonrbriggs.com\" rel=\"me nofollow noopener noreferrer\" target=\"_blank\">jasonrbriggs.com</a>"
        },
        {
        "type": "PropertyValue",
        "name": "PYTHON FOR KIDS",
        "value": "<a href=\"https://nostarch.com/python-kids-2nd-edition\" rel=\"me nofollow noopener noreferrer\" target=\"_blank\">nostarch.com/python-kids-2nd-edition</a>"
        },
        {
        "type": "PropertyValue",
        "name": "ALTERNATE PROFILE",
        "value": "<a href=\"https://mastodon.social/@jasonrbriggs\" rel=\"me nofollow noopener noreferrer\" target=\"_blank\">mastodon.social/@jasonrbriggs</a>"
        }
    ],
    "publicKey": {
        "id": "https://jasonrbriggs.com/@me/actor#main-key",
        "owner": "https://jasonrbriggs.com/@me/actor",
        "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5QE2fHY/z32e+lzyTi2m\nSJVYgjowsZ5ut34pWmrizRFSjulFTQFJtrYLHfDvAHRSyGeKcn3XpcfdzBuhYNcX\nzFt3Uv/YxOqYbt7IxVsmPSGYY0RPtgoPdWcZqkhJ+o+Yv4CSMAgff4FcL/1IF83l\nAhCDm3IEOxKrfnb5MNyiK+BZssfBdGSt9qE0FVRbCc8zkxAVtt9fWALR4do20drW\nWsYQnZ7Q9/KmpwTl8cvxWPAE5nVcxdvSu8JimI1qnQntI5uHcDS3eKr5J+kjQJON\nBpzyGQj5JjGaYhgtihGsAYg6korqKLm8TdtvEjxtZX0YEj8LCzhi052g7/NfVFYj\ndQIDAQAB\n-----END PUBLIC KEY-----"
    }
}