mirror of
https://github.com/google/nomulus.git
synced 2025-08-07 10:15:19 +02:00
This is only about the Response Profile, not the Technical Implementation guide. The Response Profile can be found at https://www.icann.org/en/system/files/files/rdap-response-profile-15feb19-en.pdf ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=250277559
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"rdapConformance": [
|
|
"rdap_level_0",
|
|
"icann_rdap_response_profile_0"
|
|
],
|
|
"objectClassName" : "entity",
|
|
"handle" : "%NAME%",
|
|
"status" : ["%STATUS%"],
|
|
"links" :
|
|
[
|
|
{
|
|
"value" : "https://example.tld/rdap/entity/%NAME%",
|
|
"rel" : "self",
|
|
"href": "https://example.tld/rdap/entity/%NAME%",
|
|
"type" : "application/rdap+json"
|
|
}
|
|
],
|
|
"events": [
|
|
{
|
|
"eventAction": "last update of RDAP database",
|
|
"eventDate": "2000-01-01T00:00:00.000Z"
|
|
}
|
|
],
|
|
"vcardArray" :
|
|
[
|
|
"vcard",
|
|
[
|
|
["version", {}, "text", "4.0"],
|
|
["fn", {}, "text", "%FULLNAME%"],
|
|
["org", {}, "text", "GOOGLE INCORPORATED <script>"],
|
|
["adr", {}, "text",
|
|
[
|
|
"",
|
|
"",
|
|
[ %ADDRESS% ],
|
|
"KOKOMO",
|
|
"BM",
|
|
"31337",
|
|
"United States"
|
|
]
|
|
],
|
|
["tel", {"type" : ["voice"]}, "uri", "tel:+1.2126660420"],
|
|
["tel", {"type" : ["fax"]}, "uri", "tel:+1.2126660420"]
|
|
]
|
|
],
|
|
"remarks": [
|
|
{
|
|
"title": "EMAIL REDACTED FOR PRIVACY",
|
|
"type": "object redacted due to authorization",
|
|
"description": [
|
|
"Please query the RDDS service of the Registrar of Record identifies in this output for information on how to contact the Registrant of the queried domain name."
|
|
]
|
|
}
|
|
]
|
|
}
|