mirror of
https://github.com/google/nomulus
synced 2026-02-11 07:11:40 +00:00
Currently we try to reimplemnet the same behavior of the existing code as much as possible. We only fix issues that go against the RFC7483, but we don't yet update the code to follow the latest (15feb19) RDAP Response Profile. That will require a much bigger change especially for the test files, so it'll wait for a followup CL. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=246948018
88 lines
2.0 KiB
JSON
88 lines
2.0 KiB
JSON
{
|
|
"rdapConformance": [
|
|
"icann_rdap_response_profile_0"
|
|
],
|
|
"status": [
|
|
"active",
|
|
"associated"
|
|
],
|
|
"ldhName": "%NAME%",
|
|
"handle": "%HANDLE%",
|
|
"links": [
|
|
{
|
|
"href": "https://example.tld/rdap/nameserver/%NAME%",
|
|
"type": "application/rdap+json",
|
|
"rel": "self",
|
|
"value": "https://example.tld/rdap/nameserver/%NAME%"
|
|
}
|
|
],
|
|
"ipAddresses": {
|
|
"%ADDRESSTYPE%": [
|
|
"%ADDRESS%"
|
|
]
|
|
},
|
|
"events": [
|
|
{
|
|
"eventAction": "registration",
|
|
"eventActor": "foo",
|
|
"eventDate": "1999-01-01T00:00:00.000Z"
|
|
},
|
|
{
|
|
"eventAction": "last update of RDAP database",
|
|
"eventDate": "2000-01-01T00:00:00.000Z"
|
|
}
|
|
],
|
|
"objectClassName": "nameserver",
|
|
"entities" : [
|
|
{
|
|
"objectClassName" : "entity",
|
|
"handle" : "1",
|
|
"status" : ["active"],
|
|
"roles" : ["registrar"],
|
|
"links" :
|
|
[
|
|
{
|
|
"value" : "https://example.tld/rdap/entity/1",
|
|
"rel" : "self",
|
|
"href" : "https://example.tld/rdap/entity/1",
|
|
"type" : "application/rdap+json"
|
|
}
|
|
],
|
|
"publicIds" :
|
|
[
|
|
{
|
|
"type" : "IANA Registrar ID",
|
|
"identifier" : "1"
|
|
}
|
|
],
|
|
"vcardArray" :
|
|
[
|
|
"vcard",
|
|
[
|
|
["version", {}, "text", "4.0"],
|
|
["fn", {}, "text", "The Registrar"],
|
|
["adr", {}, "text", [
|
|
"",
|
|
"",
|
|
"123 Example Boulevard",
|
|
"Williamsburg",
|
|
"NY",
|
|
"11211",
|
|
"United States"]],
|
|
["tel", {"type" : ["voice"]}, "uri", "tel:+1.2223334444"],
|
|
["email", {}, "text", "the.registrar@example.com"]
|
|
]
|
|
],
|
|
"remarks": [
|
|
{
|
|
"title": "Incomplete Data",
|
|
"description": [
|
|
"Summary data only. For complete data, send a specific query for the object."
|
|
],
|
|
"type": "object truncated due to unexplainable reasons"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|