7. 响应帮助查询 (Responding to Help Queries)
根据 [RFC9082] 定义,对 /help 查询的适当响应是使用第 4.3 节中定义的 notices 结构。
这是对 /help 查询的响应示例,包括 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"
}
]
}
]
}
图 30