mirror of
https://github.com/google/nomulus.git
synced 2025-08-03 08:22:13 +02:00
It turns out that the RDAP spec does not envision multiple help pages. We can still support them (for the TOS, for instance), but we shouldn't expect users to go searching for help other than the main page. Therefore, consolidate the useful information on the main page, and get rid of some of the others. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=178792548
57 lines
2.3 KiB
JSON
57 lines
2.3 KiB
JSON
{
|
|
"rdapConformance" : ["rdap_level_0"],
|
|
"notices" :
|
|
[
|
|
{
|
|
"title" : "RDAP Help",
|
|
"description" :
|
|
[
|
|
"domain/XXXX",
|
|
"nameserver/XXXX",
|
|
"entity/XXXX",
|
|
"domains?name=XXXX",
|
|
"domains?nsLdhName=XXXX",
|
|
"domains?nsIp=XXXX",
|
|
"nameservers?name=XXXX",
|
|
"nameservers?ip=XXXX",
|
|
"entities?fn=XXXX",
|
|
"entities?handle=XXXX",
|
|
"help/XXXX"
|
|
],
|
|
"links" :
|
|
[
|
|
{
|
|
"value" : "https://example.tld/rdap/help/%NAME%",
|
|
"rel" : "alternate",
|
|
"type" : "text/html",
|
|
"href" : "https://github.com/google/nomulus/blob/master/docs/rdap.md"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title" : "RDAP Terms of Service",
|
|
"description" :
|
|
[
|
|
"By querying our Domain Database, you are agreeing to comply with these terms so please read them carefully.",
|
|
"Any information provided is 'as is' without any guarantee of accuracy.",
|
|
"Please do not misuse the Domain Database. It is intended solely for query-based access.",
|
|
"Don't use the Domain Database to allow, enable, or otherwise support the transmission of mass unsolicited, commercial advertising or solicitations.",
|
|
"Don't access our Domain Database through the use of high volume, automated electronic processes that send queries or data to the systems of any ICANN-accredited registrar.",
|
|
"You may only use the information contained in the Domain Database for lawful purposes.",
|
|
"Do not compile, repackage, disseminate, or otherwise use the information contained in the Domain Database in its entirety, or in any substantial portion, without our prior written permission.",
|
|
"We may retain certain details about queries to our Domain Database for the purposes of detecting and preventing misuse.",
|
|
"We reserve the right to restrict or deny your access to the database if we suspect that you have failed to comply with these terms.",
|
|
"We reserve the right to modify this agreement at any time."
|
|
],
|
|
"links" :
|
|
[
|
|
{
|
|
"value" : "https://example.tld/rdap/help/tos",
|
|
"rel" : "alternate",
|
|
"href" : "https://www.registry.tld/about/rdap/tos.html",
|
|
"type" : "text/html"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|