UNPKG

@eaglesong/task-panorama

Version:
27 lines (26 loc) 807 B
{ "type": "array", "items": { "type": "object", "additionalProperties": false, "required": ["name", "source"], "properties": { "name": { "type": "string" }, "source": { "type": "string" }, "type": { "oneOf": [ { "const": "GameSetup" }, { "const": "HeroSelection" }, { "const": "Hud" }, { "const": "HudTopBar" }, { "const": "FlyoutScoreboard" }, { "const": "GameInfo" }, { "const": "EndScreen" } ] } }, "dependencies": { "type": { "properties": { "name": { "type": "string", "pattern": "\\.xml$" } } } } } }