mirror of
https://github.com/google/nomulus.git
synced 2025-08-03 16:32:11 +02:00
84 lines
1.9 KiB
JSON
84 lines
1.9 KiB
JSON
{
|
|
"status": [
|
|
"active"
|
|
],
|
|
"unicodeName": "%NAME%",
|
|
"handle": "%HANDLE%",
|
|
"links": [
|
|
{
|
|
"href": "https://example.tld/rdap/nameserver/%PUNYCODENAME%",
|
|
"type": "application/rdap+json",
|
|
"rel": "self",
|
|
"value": "https://example.tld/rdap/nameserver/%PUNYCODENAME%"
|
|
}
|
|
],
|
|
"ldhName": "%PUNYCODENAME%",
|
|
"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", "new.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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|