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