{
	"$schema": "http://json-schema.org/draft-07/schema",
	"$id": "https://apidocs.iqrf.org/openapi/iqrf-gateway-webapp/schemas/cloudAzure.json",
	"type": "object",
	"title": "Microsoft Azure IoT Hub connection",
	"additionalProperties": false,
	"required": [
		"connectionString"
	],
	"properties": {
		"connectionString": {
			"$id": "#/properties/connectionString",
			"type": "string",
			"title": "IoT Hub Connection String for Device",
			"example": "HostName=iqrf.azure-devices.net;DeviceId=IQRFGW;SharedAccessKey=1234567890abcdefghijklmnopqrstuvwxyzABCDEFG="
		}
	}
}
