{
    "success": true,
    "data": {
        "@context": "https://schema.org",
        "@type": "WebSite",
        "name": "Chirp",
        "url": "https://chirp.edu.scot",
        "description": "Connect, share markdown posts, follow friends, and view rich link cards on Chirp \u2014 the 100% algorithm-free chronological microblogging platform.",
        "publisher": {
            "@type": "Organization",
            "name": "Chirp Inc.",
            "url": "https://chirp.edu.scot",
            "logo": {
                "@type": "ImageObject",
                "url": "https://images.unsplash.com/photo-1618005182384-a83a8bd57fbe?w=1200"
            }
        },
        "potentialAction": {
            "@type": "SearchAction",
            "target": "https://chirp.edu.scot/?tag={search_term_string}",
            "query-input": "required name=search_term_string"
        }
    },
    "validation": [
        {
            "property": "@context",
            "status": "pass",
            "label": "Schema.org Context",
            "value": "https://schema.org",
            "message": "Valid Schema.org context declared."
        },
        {
            "property": "@type",
            "status": "pass",
            "label": "Entity Type",
            "value": "WebSite",
            "message": "Entity @type specified: WebSite"
        },
        {
            "property": "@id",
            "status": "info",
            "label": "Canonical Identifier (@id)",
            "value": "",
            "message": "No @id URI provided for this entity."
        }
    ]
}