[ 'zot' => z_root() . '/apschema#', 'id' => '@id', 'type' => '@type', 'ostatus' => 'http://ostatus.org#', 'conversation' => 'ostatus:conversation', 'sensitive' => 'as:sensitive', 'inheritPrivacy' => 'as:inheritPrivacy' ] ]; header('Content-Type: application/ld+json'); echo json_encode($arr,JSON_UNESCAPED_SLASHES); killme(); } }