{ "type": "object", "$schema": "http://json-schema.org/draft-04/schema", "items": { "allOf": [ { "$ref": "instance-kvm-input-schema.json" } ], "title": "Input Parameters", "properties": { "-sla-0-computer_guid": { "title": "Target computer for main instance", "description": "Target computer GUID for main instance.", "type": "string" }, "-sla-1-computer_guid": { "title": "Target computer for first clone", "description": "Target computer for first clone and PBS.", "type": "string" }, "-sla-2-computer_guid": { "title": "Target computer for second clone", "description": "Target computer for second clone and PBS.", "type": "string" }, "resiliency-backup-periodicity": { "title": "Periodicity of backup", "description": "Periodicity of backup, in cron format.", "type": "string" } } }