DialogSpec

提示輔助子對話方塊的相關中繼資料。

JSON 表示法
{
  "extension": {
    "@type": string,
    field1: ...,
    ...
  }
}
欄位
extension

object

保留輔助程式專屬規格 (如果有的話)。例如:Confirm helper 的確認 DialogSpec。

包含任意類型欄位的物件。額外的 "@type" 欄位則包含能辨識類型的 URI。例如:{ "id": 1234, "@type": "types.example.com/standard/id" }.