@o3r/core
Version:
Core of the Otter Framework
21 lines (20 loc) • 449 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "MultiWatcherBuilderSchema",
"title": "Multi Watcher builder",
"description": "Multi Watcher builder options",
"properties": {
"targets": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of target with watch options.",
"default": []
}
},
"additionalProperties": false,
"required": [
"targets"
]
}