From edf0f8746b22cd2e7b7ec264939cba8f770ca20b Mon Sep 17 00:00:00 2001 From: Donovan Kolbly Date: Wed, 24 Apr 2024 13:30:15 -0600 Subject: [PATCH] adds 99(Other) option to data_lifecycle_state_id attribute Signed-off-by: Donovan Kolbly --- dictionary.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dictionary.json b/dictionary.json index 31ff6868c..02a3476b8 100644 --- a/dictionary.json +++ b/dictionary.json @@ -1215,7 +1215,11 @@ "enum": { "0": { "caption": "Unknown", - "description": "The type is not mapped. See the data_lifecycle_state attribute, which contains a data source specific value." + "description": "The lifecycle state is not known." + }, + "99": { + "caption": "Other", + "description": "The lifecycle state is not mapped. See the data_lifecycle_state attribute, which contains a data source specific value." }, "1": { "caption": "Data at-Rest",