{
	"$schema": "http://json-schema.org/draft-07/schema",
	"$id": "https://apidocs.iqrf.org/openapi/iqrf-gateway-webapp/schemas/features/mender.json",
	"type": "object",
	"title": "Mender",
	"example": {
		"enabled": false
	},
	"required": [
		"enabled"
	],
	"additionalProperties": false,
	"properties": {
		"enabled": {
			"$id": "#/properties/enabled",
			"type": "boolean",
			"title": "Mender enablement",
			"example": false
		}
	}
}
