mirror of
https://github.com/google/nomulus
synced 2026-08-19 13:46:13 +00: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
68 lines
1.5 KiB
JSON
68 lines
1.5 KiB
JSON
{
|
|
"objectClassName" : "nameserver",
|
|
"handle" : "E-ROID",
|
|
"ldhName" : "ns3.cat.xn--q9jyb4c",
|
|
"unicodeName" : "ns3.cat.みんな",
|
|
"status" : ["active", "associated"],
|
|
"links" :
|
|
[
|
|
{
|
|
"value" : "https://example.tld/rdap/nameserver/ns3.cat.xn--q9jyb4c",
|
|
"rel" : "self",
|
|
"href" : "https://example.tld/rdap/nameserver/ns3.cat.xn--q9jyb4c",
|
|
"type" : "application/rdap+json"
|
|
}
|
|
],
|
|
"events": [
|
|
{
|
|
"eventAction": "last update of RDAP database",
|
|
"eventDate": "2000-01-01T00:00:00.000Z"
|
|
}
|
|
],
|
|
"ipAddresses" :
|
|
{
|
|
"v4" : ["1.2.3.4"],
|
|
"v6" : ["bad:f00d:cafe::15:beef"]
|
|
},
|
|
"entities" : [
|
|
{
|
|
"objectClassName" : "entity",
|
|
"handle" : "1",
|
|
"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", "みんな"]
|
|
]
|
|
],
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|