mirror of
https://github.com/google/nomulus.git
synced 2025-08-07 10:15:19 +02:00
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
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"objectClassName" : "entity",
|
|
"handle" : "6-ROID",
|
|
"status" : ["active", "associated"],
|
|
"links" :
|
|
[
|
|
{
|
|
"value" : "http://myserver.example.com/entity/6-ROID",
|
|
"rel" : "self",
|
|
"href" : "http://myserver.example.com/entity/6-ROID",
|
|
"type" : "application/rdap+json"
|
|
}
|
|
],
|
|
"events": [
|
|
{
|
|
"eventAction": "registration",
|
|
"eventActor": "foo",
|
|
"eventDate": "1997-01-01T00:00:00.000Z"
|
|
},
|
|
{
|
|
"eventAction": "last update of RDAP database",
|
|
"eventDate": "2000-01-01T00:00:00.000Z"
|
|
}
|
|
],
|
|
"vcardArray" :
|
|
[
|
|
"vcard",
|
|
[
|
|
["version", {}, "text", "4.0"],
|
|
["fn", {}, "text", "The Raven"],
|
|
["org", {}, "text", "GOOGLE INCORPORATED <script>"],
|
|
["adr", {}, "text", [
|
|
"",
|
|
"",
|
|
[
|
|
"Chamber Door",
|
|
"upper level"
|
|
],
|
|
"KOKOMO",
|
|
"BM",
|
|
"31337",
|
|
"United States"]],
|
|
["tel", {"type" : ["voice"]}, "uri", "tel:+1.2126660420"],
|
|
["tel", {"type" : ["fax"]}, "uri", "tel:+1.2126660420"],
|
|
["email", {}, "text", "bog@cat.みんな"]
|
|
]
|
|
]
|
|
}
|