Update the schema so that bitfields can only be built on a base type.

This commit is contained in:
Mike Auty
2016-11-07 12:35:11 +00:00
parent 2f91cf32b7
commit 399e63d344
+1 -1
View File
@@ -223,7 +223,7 @@
"type": "integer"
},
"type": {
"$ref": "#/definitions/type_descriptor"
"$ref": "#/definitions/type_base"
}
},
"additionalProperties": false