diff options
Diffstat (limited to 'timeline.schema.json')
-rw-r--r-- | timeline.schema.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/timeline.schema.json b/timeline.schema.json index 75c5265..3076125 100644 --- a/timeline.schema.json +++ b/timeline.schema.json @@ -94,7 +94,10 @@ "additionalProperties": false, "properties": { "controlType": { - "const": "FullScreen", + "enum": [ + "FullScreen", + "MenuBar" + ], "type": "string" } }, @@ -124,10 +127,10 @@ } }, "required": [ - "frame", "clickThroughBehaviour", "type", - "id" + "id", + "frame" ], "type": "object" }, |