メインコンテンツまでスキップ

7. ヘルプクエリへの応答

[RFC9082] で定義されている /help クエリに対する適切な応答は、セクション 4.3 で定義されている notices 構造を使用することです。

以下は、rdapConformance データ構造を含む /help クエリに対するレスポンスの例です。

{
"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