mirror of
https://github.com/google/nomulus
synced 2026-09-26 09:54:28 +00:00
According to the ICAAN operation profile: 2.1.7. Registries MUST support lookup for entities with the registrar role within other objects using the handle (as described in 3.1.5 of RFC7482). The handle of the entity with the registrar role MUST be equal to IANA Registrar ID. The entity with the registrar role in the RDAP response MUST contain a publicIDs member to identify the IANA Registrar ID from the IANA’s Registrar ID registry. The type value of the publicID object MUST be equal to IANA Registrar ID. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=130452501
106 lines
2.5 KiB
JSON
106 lines
2.5 KiB
JSON
{
|
|
"objectClassName" : "entity",
|
|
"handle" : "1",
|
|
"status" : ["active"],
|
|
"roles" : ["registrar"],
|
|
"links" :
|
|
[
|
|
{
|
|
"value" : "http://myserver.google.com/entity/1",
|
|
"rel" : "self",
|
|
"href" : "http://myserver.google.com/entity/1",
|
|
"type" : "application/rdap+json"
|
|
}
|
|
],
|
|
"events": [
|
|
{
|
|
"eventAction": "registration",
|
|
"eventActor": "1",
|
|
"eventDate": "1999-01-01T00:00:00.000Z"
|
|
},
|
|
{
|
|
"eventAction": "last changed",
|
|
"eventDate": "2000-01-01T00:00:00.000Z"
|
|
},
|
|
{
|
|
"eventAction": "last update of RDAP database",
|
|
"eventDate": "2000-01-01T00:00:00.000Z"
|
|
}
|
|
],
|
|
"publicIds" :
|
|
[
|
|
{
|
|
"type" : "IANA Registrar ID",
|
|
"identifier" : "1"
|
|
}
|
|
],
|
|
"vcardArray" :
|
|
[
|
|
"vcard",
|
|
[
|
|
["version", {}, "text", "4.0"],
|
|
["fn", {}, "text", "みんな"],
|
|
["adr", {}, "text", [
|
|
"",
|
|
"",
|
|
"123 Example Boulevard <script>",
|
|
"Williamsburg <script>",
|
|
"NY",
|
|
"11211",
|
|
"United States"]],
|
|
["tel", {"type" : ["voice"]}, "uri", "tel:+1.2125551212"],
|
|
["tel", {"type" : ["fax"]}, "uri", "tel:+1.2125551213"],
|
|
["email", {}, "text", "contact-us@example.com"]
|
|
]
|
|
],
|
|
"entities" :
|
|
[
|
|
{
|
|
"objectClassName" : "entity",
|
|
"status" : ["active"],
|
|
"roles" : ["administrative"],
|
|
"vcardArray" :
|
|
[
|
|
"vcard",
|
|
[
|
|
["version", {}, "text", "4.0"],
|
|
["fn", {}, "text", "Jane Doe"],
|
|
["tel", {"type" : ["voice"]}, "uri", "tel:+1.2125551215"],
|
|
["email", {}, "text", "janedoe@example.com"]
|
|
]
|
|
],
|
|
},
|
|
{
|
|
"objectClassName" : "entity",
|
|
"status" : ["active"],
|
|
"roles" : ["technical"],
|
|
"vcardArray" :
|
|
[
|
|
"vcard",
|
|
[
|
|
["version", {}, "text", "4.0"],
|
|
["fn", {}, "text", "John Doe"],
|
|
["tel", {"type" : ["fax"]}, "uri", "tel:+1.2125551213"],
|
|
["email", {}, "text", "johndoe@example.com"]
|
|
]
|
|
],
|
|
},
|
|
{
|
|
"objectClassName" : "entity",
|
|
"status" : ["active"],
|
|
"roles" : ["administrative", "technical"],
|
|
"vcardArray" :
|
|
[
|
|
"vcard",
|
|
[
|
|
["version", {}, "text", "4.0"],
|
|
["fn", {}, "text", "Play Doe"],
|
|
["tel", {"type" : ["voice"]}, "uri", "tel:+1.2125551217"],
|
|
["tel", {"type" : ["fax"]}, "uri", "tel:+1.2125551218"],
|
|
["email", {}, "text", "playdoe@example.com"]
|
|
]
|
|
],
|
|
}
|
|
]
|
|
}
|