google-nomulus/javatests/google/registry/rdap/testdata/rdapjson_host_not_linked.json
cgoldfeder 4a730e0c9e Handle LINKED correctly in RDAP
LINKED is a virtual status that needs to be computed on the fly
when creating an RDAP response.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=145583415
2017-01-30 15:03:53 -05:00

27 lines
666 B
JSON

{
"objectClassName" : "nameserver",
"handle" : "12-ROID",
"ldhName" : "ns5.cat.xn--q9jyb4c",
"unicodeName" : "ns5.cat.みんな",
"status" : ["active"],
"links" :
[
{
"value" : "http://myserver.example.com/nameserver/ns5.cat.xn--q9jyb4c",
"rel" : "self",
"href" : "http://myserver.example.com/nameserver/ns5.cat.xn--q9jyb4c",
"type" : "application/rdap+json"
}
],
"events": [
{
"eventAction": "registration",
"eventActor": "foo",
"eventDate": "1995-01-01T00:00:00.000Z"
},
{
"eventAction": "last update of RDAP database",
"eventDate": "2000-01-01T00:00:00.000Z"
}
]
}