From 0ddb7b38073cb523a869cb2fca8ad8c4f400b7b2 Mon Sep 17 00:00:00 2001 From: Emmanuelle Vargas-Gonzalez Date: Mon, 25 Jun 2018 08:55:12 -0400 Subject: [PATCH] Update observables.RasterImageExt 'image_weight' property to 'image_width' --- stix2/v21/observables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stix2/v21/observables.py b/stix2/v21/observables.py index 5d8aedd4..2da80b09 100644 --- a/stix2/v21/observables.py +++ b/stix2/v21/observables.py @@ -314,7 +314,7 @@ class RasterImageExt(_Extension): _properties = OrderedDict() _properties.update([ ('image_height', IntegerProperty()), - ('image_weight', IntegerProperty()), + ('image_width', IntegerProperty()), ('bits_per_pixel', IntegerProperty()), ('image_compression_algorithm', StringProperty()), ('exif_tags', DictionaryProperty()),