@eaglesong/task-panorama
Version:
Eaglesong task for Panorama
17 lines (16 loc) • 517 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"filename": { "type": "string" },
"plugins": {
"anyOf": [
{ "type": "array", "items": { "anyOf": [{ "type": "object" }, { "type": "string" }] } },
{ "type": "boolean" }
]
},
"ignoredPlugins": { "type": "array", "items": { "type": "string" } },
"$schema": { "type": "string" }
}
}