diff --git a/dictionary.json b/dictionary.json index b74b01da2..c877d4e65 100644 --- a/dictionary.json +++ b/dictionary.json @@ -5152,16 +5152,6 @@ "type": "string_t", "is_array": true }, - "variable_name": { - "caption": "Variable Name", - "description": "The name of a variable. See specific usage.", - "type": "long_string" - }, - "variable_value": { - "caption": "Variable Value", - "description": "The value of a variable. See specific usage.", - "type": "long_string" - }, "vector_string": { "caption": "Vector String", "description": "The CVSS vector string is a text representation of a set of CVSS metrics. It is commonly used to record or transfer CVSS metric information in a concise form. For example: 3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H.", diff --git a/objects/environment_variable.json b/objects/environment_variable.json index 805febab9..c3d0f469a 100644 --- a/objects/environment_variable.json +++ b/objects/environment_variable.json @@ -4,13 +4,14 @@ "extends": "object", "name": "environment_variable", "attributes": { - "variable_name": { - "description": "The name of the environment variable. Note that some operating systems permit environment variables to have very long names.", + "name": { + "description": "The name of the environment variable.", "requirement": "required" }, - "variable_value": { - "description": "The value of the environment variable. Note that some operating systems permit environment variables to have very long values.", + "value": { + "description": "The value of the environment variable.", "requirement": "required" + } } } \ No newline at end of file