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