mirror of
https://github.com/google/nomulus.git
synced 2025-08-07 18:25:20 +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
36 lines
952 B
JSON
36 lines
952 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"
|
|
}
|
|
],
|
|
"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.みんな"]
|
|
]
|
|
],
|
|
"remarks": [
|
|
{
|
|
"title": "Incomplete Data",
|
|
"description": [
|
|
"Summary data only. For complete data, send a specific query for the object."
|
|
],
|
|
"type": "object truncated due to unexplainable reasons"
|
|
}
|
|
]
|
|
}
|