diff --git a/rdap/rdap_limited.php b/rdap/rdap_limited.php index 2f410a7..82547cf 100644 --- a/rdap/rdap_limited.php +++ b/rdap/rdap_limited.php @@ -980,8 +980,7 @@ function handleEntityQuery($request, $response, $pdo, $entityHandle, $c, $log) { "publicIds" => [ [ "identifier" => (string)$registrarDetails['iana_id'], - "type" => "IANA Registrar ID", - "value" => (string)$registrarDetails['iana_id'] + "type" => "IANA Registrar ID" ] ], "roles" => ["registrar"], @@ -2900,8 +2899,7 @@ function handleEntitySearchQuery($request, $response, $pdo, $searchPattern, $c, "publicIds" => [ [ "identifier" => (string)$registrarDetails['iana_id'], - "type" => "IANA Registrar ID", - "value" => (string)$registrarDetails['iana_id'] + "type" => "IANA Registrar ID" ] ], "roles" => ["registrar"], diff --git a/rdap/start_rdap.php b/rdap/start_rdap.php index 909ce8d..b1df2ec 100644 --- a/rdap/start_rdap.php +++ b/rdap/start_rdap.php @@ -980,8 +980,7 @@ function handleEntityQuery($request, $response, $pdo, $entityHandle, $c, $log) { "publicIds" => [ [ "identifier" => (string)$registrarDetails['iana_id'], - "type" => "IANA Registrar ID", - "value" => (string)$registrarDetails['iana_id'] + "type" => "IANA Registrar ID" ] ], "roles" => ["registrar"], @@ -2900,8 +2899,7 @@ function handleEntitySearchQuery($request, $response, $pdo, $searchPattern, $c, "publicIds" => [ [ "identifier" => (string)$registrarDetails['iana_id'], - "type" => "IANA Registrar ID", - "value" => (string)$registrarDetails['iana_id'] + "type" => "IANA Registrar ID" ] ], "roles" => ["registrar"],