TaxonomyCategory interface
分類カテゴリの定義。
プロパティ
| description | 分類カテゴリの説明。 |
| id | 分類カテゴリの一意の識別子。 |
| name | 分類カテゴリの名前。 |
| properties | 分類カテゴリの追加プロパティ。 |
| risk |
この分類カテゴリに関連付けられたリスク カテゴリ。 |
| sub |
分類学のサブカテゴリのリスト。 |
プロパティの詳細
description
分類カテゴリの説明。
description?: string
プロパティ値
string
id
分類カテゴリの一意の識別子。
id: string
プロパティ値
string
name
分類カテゴリの名前。
name: string
プロパティ値
string
properties
分類カテゴリの追加プロパティ。
properties?: Record<string, string>
プロパティ値
Record<string, string>