mirror of
https://github.com/google/nomulus
synced 2026-09-27 02:14:14 +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.
47 lines
1011 B
JSON
47 lines
1011 B
JSON
{
|
|
"objectClassName" : "entity",
|
|
"handle" : "%NAME%",
|
|
"status" : ["active"],
|
|
"links" :
|
|
[
|
|
{
|
|
"value" : "https://example.com/rdap/entity/%NAME%",
|
|
"rel" : "self",
|
|
"href": "https://example.com/rdap/entity/%NAME%",
|
|
"type" : "application/rdap+json"
|
|
}
|
|
],
|
|
"events": [
|
|
{
|
|
"eventAction": "registration",
|
|
"eventActor": "foo",
|
|
"eventDate": "2000-01-01T00:00:00.000Z"
|
|
},
|
|
],
|
|
"vcardArray" :
|
|
[
|
|
"vcard",
|
|
[
|
|
["version", {}, "text", "4.0"],
|
|
["fn", {}, "text", "%FULLNAME%"],
|
|
["org", {}, "text", "GOOGLE INCORPORATED <script>"],
|
|
["adr", {}, "text",
|
|
[
|
|
"",
|
|
"",
|
|
[ %ADDRESS% ],
|
|
"KOKOMO",
|
|
"BM",
|
|
"31337",
|
|
"United States"
|
|
]
|
|
],
|
|
["tel", {"type" : ["voice"]}, "uri", "tel:+1.2126660420"],
|
|
["tel", {"type" : ["fax"]}, "uri", "tel:+1.2126660420"],
|
|
["email", {}, "text", "%EMAIL%"]
|
|
]
|
|
],
|
|
"port43": "whois.example.tld"
|
|
}
|
|
|