7. Risposta alle Query di Aiuto
La risposta appropriata alle query /help come definito da [RFC9082] è utilizzare la struttura notices come definito nella Sezione 4.3.
Questo è un esempio di risposta a una query /help che include la struttura dati rdapConformance.
{
"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"
}
]
}
]
}
Figura 30