{
	"$schema": "http://json-schema.org/draft-07/schema",
	"$id": "https://apidocs.iqrf.org/openapi/iqrf-gateway-webapp/schemas/serviceEnable.json",
	"type": "object",
	"title": "Service enable control",
	"additionalProperties": false,
	"required": [
		"start"
	],
	"properties": {
		"Start": {
			"$id": "#/properties/start",
			"title": "Start service when enabling.",
			"type": "boolean",
			"example": true
		}
	}
}
