@eaglesong/task-panorama
Version:
Eaglesong task for Panorama
27 lines (26 loc) • 807 B
JSON
{
"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$" } } }
}
}
}