Files
nomulus/javatests/google/registry/rdap/testdata/rdapjson_host_ipv4.json
T
guybenandjianglai c79e0ea670 Conform to RDAP Response Profile 15feb19
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
2019-05-30 12:52:21 -04:00

64 lines
1.5 KiB
JSON

{
"objectClassName": "nameserver",
"handle": "A-ROID",
"ldhName": "ns1.cat.xn--q9jyb4c",
"unicodeName": "ns1.cat.みんな",
"status": ["active", "associated"],
"links":
[
{
"value": "https://example.tld/rdap/nameserver/ns1.cat.xn--q9jyb4c",
"rel": "self",
"href": "https://example.tld/rdap/nameserver/ns1.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"]},
"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"
}
]
}
]
}