7. Antworten auf Hilfe-Anfragen
Die angemessene Antwort auf /help-Anfragen, wie in [RFC9082] definiert, besteht darin, die notices-Struktur zu verwenden, wie in Abschnitt 4.3 definiert.
Dies ist ein Beispiel für eine Antwort auf eine /help-Anfrage einschließlich der rdapConformance-Datenstruktur.
{
"rdapConformance" :
[
"rdap_level_0"
],
"notices" :
[
{
"title" : "Authentication Policy",
"description" :
[
"Access to sensitive data for users with proper credentials."
],
"links" :
[
{
"value" : "https://example.net/help",
"rel" : "alternate",
"type" : "text/html",
"href" : "https://www.example.com/auth_policy.html"
}
]
}
]
}
Abbildung 30