ism_list_classifications
Return ISM classification vocabulary as parallel lists: canonical (NC, OS, P, S, TS) and friendly (OFFICIAL to TOP_SECRET). Use to validate inputs for ism_applicable and ism_list_by_classification.
Instructions
Return the classification vocabulary as parallel lists.
canonical[i] (NC, OS, P, S, TS) pairs with friendly[i] (OFFICIAL through
TOP_SECRET). ism_applicable accepts either form. ism_list_by_classification
accepts canonical only. Static data, no database read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| friendly | Yes | ||
| canonical | Yes |