mirror of
https://github.com/google/nomulus.git
synced 2025-08-08 18:55:23 +02:00
From to the RDAP response profile: 2.4.5. Abuse Contact (email, phone) - an RDAP server MUST include an *entity* with the *abuse* role within the registrar *entity* which MUST include *tel* and *email*, and MAY include other members Even though this is a MUST - this field will only be shown if the registrar has a *visible* abuse contact. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=242684303
90 lines
2.2 KiB
JSON
90 lines
2.2 KiB
JSON
{
|
|
"objectClassName" : "entity",
|
|
"handle" : "%NAME%",
|
|
"status" : ["%STATUS%"],
|
|
"roles" : ["registrar"],
|
|
"events": [
|
|
{
|
|
"eventAction": "registration",
|
|
"eventActor": "%NAME%",
|
|
"eventDate": "2000-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", "%FULLNAME%"],
|
|
["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" : ["abuse"],
|
|
"vcardArray" :
|
|
[
|
|
"vcard",
|
|
[
|
|
["version", {}, "text", "4.0"],
|
|
["fn", {}, "text", "Jake Doe"],
|
|
["tel", {"type" : ["voice"]}, "uri", "tel:+1.2125551216"],
|
|
["tel", {"type" : ["fax"]}, "uri", "tel:+1.2125551216"],
|
|
["email", {}, "text", "jakedoe@example.com"]
|
|
]
|
|
],
|
|
},
|
|
{
|
|
"objectClassName" : "entity",
|
|
"status" : ["active"],
|
|
"roles" : ["administrative"],
|
|
"vcardArray" :
|
|
[
|
|
"vcard",
|
|
[
|
|
["version", {}, "text", "4.0"],
|
|
["fn", {}, "text", "Jane Doe"],
|
|
["tel", {"type" : ["voice"]}, "uri", "tel:+1.2125551215"],
|
|
["tel", {"type" : ["fax"]}, "uri", "tel:+1.2125551216"],
|
|
["email", {}, "text", "janedoe@example.com"]
|
|
]
|
|
],
|
|
},
|
|
{
|
|
"objectClassName" : "entity",
|
|
"status" : ["active"],
|
|
"roles" : ["technical"],
|
|
"vcardArray" :
|
|
[
|
|
"vcard",
|
|
[
|
|
["version", {}, "text", "4.0"],
|
|
["fn", {}, "text", "John Doe"],
|
|
["tel", {"type" : ["voice"]}, "uri", "tel:+1.2125551213"],
|
|
["tel", {"type" : ["fax"]}, "uri", "tel:+1.2125551213"],
|
|
["email", {}, "text", "johndoe@example.com"]
|
|
]
|
|
],
|
|
}
|
|
]
|
|
}
|