commit | f223bd3b54d04c21289d806c7f51b115757703e7 | [log] [tgz] |
---|---|---|
author | Christian Westberg <cwe@dixa.com> | Thu Dec 22 09:39:48 2022 +0100 |
committer | Jens Geyer <Jens-G@users.noreply.github.com> | Mon Jan 16 22:37:17 2023 +0100 |
tree | c7161d8e1dbc3be3434b0844cac96e3e749e1e32 | |
parent | b39370ec3bc96d201bbc82fbde136f98ae605ed1 [diff] [blame] |
Improve enum support for json generator Client: [json]
diff --git a/lib/json/schema.json b/lib/json/schema.json index 90bb7a5..f7b10df 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" ]