UNPKG

@o3r/core

Version:
21 lines (20 loc) 449 B
{ "$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" ] }