{
	"$schema": "http://json-schema.org/draft-07/schema",
	"$id": "https://apidocs.iqrf.org/openapi/iqrf-gateway-webapp/schemas/networkConnectionCreated.json",
	"type": "object",
	"title": "Network connection created",
	"additionalProperties": false,
	"required": [
		"uuid"
	],
	"properties": {
		"uuid": {
			"$id": "#/properties/uuid",
			"type": "string",
			"title": "Connection UUID",
			"example": "c8fb6f29-ec85-4ff5-b1bb-1d1761196d16"
		}
	}
}
