{ "$$version": 1, "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "additionalProperties": false, "$$order": [ "source_hostname", "destination_hostname" ], "required": [ "source_hostname", "destination_hostname" ], "title": "Hostname configuration", "properties": { "source_hostname": { "type": "string", "format": "hostname", "title": "Source Hostname", "description": "Hostname is a name of your machine." }, "destination_hostname": { "type": "string", "format": "hostname", "title": "Destination Hostname", "description": "Hostname is a name of your machine." } } }