mirror of
https://github.com/google/nomulus
synced 2026-08-15 11:46:08 +00:00
This change renames directories in preparation for the great package rename. The repository is now in a broken state because the code itself hasn't been updated. However this should ensure that git correctly preserves history for each file.
36 lines
864 B
JSON
36 lines
864 B
JSON
{
|
|
"objectClassName" : "entity",
|
|
"handle" : "2-ROID",
|
|
"status" : ["active"],
|
|
"roles" : ["registrant"],
|
|
"links" :
|
|
[
|
|
{
|
|
"value" : "http://myserver.google.com/entity/2-ROID",
|
|
"rel" : "self",
|
|
"href" : "http://myserver.google.com/entity/2-ROID",
|
|
"type" : "application/rdap+json"
|
|
}
|
|
],
|
|
"events": [
|
|
{
|
|
"eventAction": "registration",
|
|
"eventActor": "foo",
|
|
"eventDate": "1999-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.みんな"]
|
|
]
|
|
],
|
|
"port43": "whois.google.com"
|
|
}
|