mirror of
https://github.com/google/nomulus
synced 2026-04-27 03:25:33 +00: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
39 lines
959 B
JSON
39 lines
959 B
JSON
{
|
|
"objectClassName" : "entity",
|
|
"handle" : "2-ROID",
|
|
"status" : ["active", "associated"],
|
|
"roles" : ["registrant"],
|
|
"links" :
|
|
[
|
|
{
|
|
"value" : "http://myserver.example.com/entity/2-ROID",
|
|
"rel" : "self",
|
|
"href" : "http://myserver.example.com/entity/2-ROID",
|
|
"type" : "application/rdap+json"
|
|
}
|
|
],
|
|
"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"
|
|
}
|
|
],
|
|
"vcardArray" :
|
|
[
|
|
"vcard",
|
|
[
|
|
["version", {}, "text", "4.0"],
|
|
["fn", {}, "text", "(◕‿◕)"],
|
|
["org", {}, "text", "GOOGLE INCORPORATED <script>"],
|
|
["tel", {"type" : ["voice"]}, "uri", "tel:+1.2126660420"],
|
|
["tel", {"type" : ["fax"]}, "uri", "tel:+1.2126660420"],
|
|
["email", {}, "text", "lol@cat.みんな"]
|
|
]
|
|
]
|
|
}
|