summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/json/schema.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/json/schema.json b/lib/json/schema.json
index 90bb7a59d..f7b10dff4 100644
--- a/lib/json/schema.json
+++ b/lib/json/schema.json
@@ -23,7 +23,8 @@
"union",
"struct",
"binary",
- "uuid"
+ "uuid",
+ "enum"
]
},
"base-type": {
@@ -67,7 +68,7 @@
"type": "object",
"properties": {
"typeId": {
- "enum": [ "union", "struct", "exception" ]
+ "enum": [ "union", "struct", "exception", "enum" ]
}
},
"required": [ "typeId", "class" ]