From 4a7a95259095628dd99828fbc03e7031d7417bb9 Mon Sep 17 00:00:00 2001 From: Macron1Robot Date: Tue, 29 Apr 2014 21:55:35 +0400 Subject: [PATCH] Update faction.json Added videoFile format to tavernVideo property --- config/schemas/faction.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/schemas/faction.json b/config/schemas/faction.json index 8198ba65c..3684ae185 100644 --- a/config/schemas/faction.json +++ b/config/schemas/faction.json @@ -169,7 +169,8 @@ }, "tavernVideo" : { "type" : "string", - "description" : "Video for tavern window" + "description" : "Video for tavern window", + "format" : "videoFile" }, "names" : { "type" : "array",