From 399e63d34472fdc7d0fcb9f5c77943e79b38c7f6 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Mon, 7 Nov 2016 12:35:11 +0000 Subject: [PATCH] Update the schema so that bitfields can only be built on a base type. --- volatility/schemas/schema-0.1.0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volatility/schemas/schema-0.1.0.json b/volatility/schemas/schema-0.1.0.json index 0c5449805..99cb45ccc 100644 --- a/volatility/schemas/schema-0.1.0.json +++ b/volatility/schemas/schema-0.1.0.json @@ -223,7 +223,7 @@ "type": "integer" }, "type": { - "$ref": "#/definitions/type_descriptor" + "$ref": "#/definitions/type_base" } }, "additionalProperties": false